aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/repeated_field.h
diff options
context:
space:
mode:
authorGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-01-10 21:05:26 +0000
committerGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-01-10 21:05:26 +0000
commit98080e85985608719cf0b4c7f22b6a21b1f3451c (patch)
tree0bd5976769deb9ace36155a04155ca878146abab /src/google/protobuf/repeated_field.h
parentcb77c4c381ea36e1de8ee947b564424c573fa279 (diff)
Update upb namespace in friendship declaration.
Diffstat (limited to 'src/google/protobuf/repeated_field.h')
-rw-r--r--src/google/protobuf/repeated_field.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/google/protobuf/repeated_field.h b/src/google/protobuf/repeated_field.h
index b9db2b61..570d4b75 100644
--- a/src/google/protobuf/repeated_field.h
+++ b/src/google/protobuf/repeated_field.h
@@ -57,9 +57,9 @@
namespace google {
namespace upb {
-namespace proto2_bridge_opensource {
-class FieldAccessor;
-} // namespace protobuf_bridge_opensource
+namespace google_opensource {
+class GMR_Handlers;
+} // namespace google_opensource
} // namespace upb
namespace protobuf {
@@ -235,9 +235,9 @@ class LIBPROTOBUF_EXPORT RepeatedPtrFieldBase {
// use of AddFromCleared(), which is not part of the public interface.
friend class ExtensionSet;
- // To parse directly into a proto2 generated class, the upb FieldAccessor
+ // To parse directly into a proto2 generated class, the upb class GMR_Handlers
// needs to be able to modify a RepeatedPtrFieldBase directly.
- friend class LIBPROTOBUF_EXPORT upb::proto2_bridge_opensource::FieldAccessor;
+ friend class LIBPROTOBUF_EXPORT upb::google_opensource::GMR_Handlers;
RepeatedPtrFieldBase();