From b390354794017e9a145f389e0f51fa535c79c2b6 Mon Sep 17 00:00:00 2001
From: Sandboxed API Team <sandboxed-api@google.com>
Date: Mon, 23 Sep 2019 22:23:31 -0700
Subject: [PATCH] internal BUILD file cleanup

PiperOrigin-RevId: 270833110
Change-Id: Ifc075bd59cf9e25d0c4ecc165592906f05875ee8
---
 sandboxed_api/examples/stringop/lib/BUILD.bazel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandboxed_api/examples/stringop/lib/BUILD.bazel b/sandboxed_api/examples/stringop/lib/BUILD.bazel
index 54fbaeb..78313e2 100644
--- a/sandboxed_api/examples/stringop/lib/BUILD.bazel
+++ b/sandboxed_api/examples/stringop/lib/BUILD.bazel
@@ -55,5 +55,5 @@ sapi_library(
     lib_name = "Stringop",
     namespace = "",
     visibility = ["//visibility:public"],
-    deps = [":stringop_params_proto_cc"],
+    deps = [":stringop_params_proto_cc_cc_proto"],
 )