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

Unified Diff: third_party/protobuf/patches/0003-remove-static-initializers.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, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/patches/0003-remove-static-initializers.patch
diff --git a/third_party/protobuf/patches/0003-remove-static-initializers.patch b/third_party/protobuf/patches/0003-remove-static-initializers.patch
index ed88d0a7fc171eef9293a0fde86e303c35e4d461..d5b6baedd36e38826c9885b695f3f4f6c724865b 100644
--- a/third_party/protobuf/patches/0003-remove-static-initializers.patch
+++ b/third_party/protobuf/patches/0003-remove-static-initializers.patch
@@ -58,14 +58,3 @@ unchanged:
bool ok() const {
only in patch2:
unchanged:
---- protobuf-cleaned/src/google/protobuf/stubs/int128.cc 2015-12-30 13:21:46.000000000 -0800
-+++ protobuf-patched/src/google/protobuf/stubs/int128.cc 2016-03-31 13:25:40.888006485 -0700
-@@ -31,7 +31,7 @@
- #include <google/protobuf/stubs/int128.h>
-
- #include <iomanip>
--#include <iostream> // NOLINT(readability/streams)
-+#include <ostream> // NOLINT(readability/streams)
- #include <sstream>
-
- namespace google {

Powered by Google App Engine
This is Rietveld 408576698