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

Unified Diff: base/time/time.cc

Issue 23540009: test IWYU fixups for base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include iterator in a couple more files Created 7 years, 4 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: base/time/time.cc
diff --git a/base/time/time.cc b/base/time/time.cc
index 5f495e3f1e57002a33c5b241d9828e8d2884a641..ce25dea0589dfae7ad5b55ffd98a95a33fa7704a 100644
--- a/base/time/time.cc
+++ b/base/time/time.cc
@@ -4,13 +4,13 @@
#include "base/time/time.h"
-#include <math.h>
#include <limits>
+#include <ostream>
#include "base/float_util.h"
#include "base/logging.h"
-#include "base/strings/sys_string_conversions.h"
#include "base/third_party/nspr/prtime.h"
+#include "base/third_party/nspr/prtypes.h"
namespace base {
« no previous file with comments | « base/time/time.h ('k') | base/time/time_posix.cc » ('j') | sync/notifier/p2p_invalidator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698