Chromium Code Reviews| Index: third_party/protobuf/src/google/protobuf/globals.cc |
| diff --git a/third_party/protobuf/src/google/protobuf/globals.cc b/third_party/protobuf/src/google/protobuf/globals.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8b8b308494c2abacc242132a515f4060ee9a96fc |
| --- /dev/null |
| +++ b/third_party/protobuf/src/google/protobuf/globals.cc |
| @@ -0,0 +1,12 @@ |
| +#include <google/protobuf/generated_message_util.h> |
|
bengr
2017/03/16 18:38:13
You might want to add a license comment, e.g., htt
Tom (Use chromium acct)
2017/03/19 07:19:11
Done.
|
| + |
| +namespace google { |
| +namespace protobuf { |
| +namespace internal { |
| + |
| +const ::std::string* cr_empty_string_; |
| +GOOGLE_PROTOBUF_DECLARE_ONCE(cr_empty_string_once_init_); |
| + |
| +} // namespace internal |
| +} // namespace protobuf |
| +} // namespace google |