Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: third_party/protobuf/patches/0011-libprotobuf_export.patch

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 --- protobuf-3.0.0-beta-3/src/google/protobuf/arena.h 2016-05-16 11:34:04.0000 00000 -0700
2 +++ /usr/local/google/home/xyzzyz/chromium/src/third_party/protobuf/src/google/p rotobuf/arena.h 2016-05-17 14:38:50.109603998 -0700
3 @@ -213,7 +213,7 @@
4 // well as RepeatedPtrField.
5
6 #if __cplusplus >= 201103L
7 -class Arena final {
8 +class LIBPROTOBUF_EXPORT Arena final {
9 #else
10 class LIBPROTOBUF_EXPORT Arena {
11 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698