Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #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.
| |
| 2 | |
| 3 namespace google { | |
| 4 namespace protobuf { | |
| 5 namespace internal { | |
| 6 | |
| 7 const ::std::string* cr_empty_string_; | |
| 8 GOOGLE_PROTOBUF_DECLARE_ONCE(cr_empty_string_once_init_); | |
| 9 | |
| 10 } // namespace internal | |
| 11 } // namespace protobuf | |
| 12 } // namespace google | |
| OLD | NEW |