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

Unified Diff: net/base/int128.cc

Issue 1510173006: remove a few static initializers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | ui/views/animation/ink_drop_animation_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/int128.cc
diff --git a/net/base/int128.cc b/net/base/int128.cc
index 64f64218ee183434d5ff99c25df5e9c804f171d8..0657ad984944f78746290ba8390ab91ddc3f3379 100644
--- a/net/base/int128.cc
+++ b/net/base/int128.cc
@@ -4,7 +4,7 @@
#include "net/base/int128.h"
-#include <iostream>
+#include <ostream>
const uint128_pod kuint128max = {static_cast<uint64_t>(0xFFFFFFFFFFFFFFFFULL),
static_cast<uint64_t>(0xFFFFFFFFFFFFFFFFULL)};
« no previous file with comments | « no previous file | ui/views/animation/ink_drop_animation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698