summaryrefslogtreecommitdiff
path: root/chromium/third_party/protobuf/patches/0027-explicit-namespace.patch
blob: ba97f014279af9dd2028dc80e67f45946d684cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/google/protobuf/map_field.h
+++ b/src/google/protobuf/map_field.h
@@ -156,7 +156,7 @@ class PROTOBUF_EXPORT MapFieldBase {
   friend class ContendedMapCleanTest;
   friend class GeneratedMessageReflection;
   friend class MapFieldAccessor;
-  friend class DynamicMessage;
+  friend class ::PROTOBUF_NAMESPACE_ID::DynamicMessage;
 
   // Virtual helper methods for MapIterator. MapIterator doesn't have the
   // type helper for key and value. Call these help methods to deal with