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

Unified Diff: base/time/time_posix.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_posix.cc
diff --git a/base/time/time_posix.cc b/base/time/time_posix.cc
index 16eb83c59a920c2c794faa557e416c93d752437e..39958f7a4c9ca82848c834a22398b8ce60b93d7b 100644
--- a/base/time/time_posix.cc
+++ b/base/time/time_posix.cc
@@ -4,16 +4,21 @@
#include "base/time/time.h"
+#include <stdint.h>
#include <sys/time.h>
#include <time.h>
#if defined(OS_ANDROID)
#include <time64.h>
#endif
+#include <unistd.h>
#include <limits>
+#include <ostream>
#include "base/basictypes.h"
#include "base/logging.h"
+#include "base/port.h"
+#include "build/build_config.h"
#if defined(OS_ANDROID)
#include "base/os_compat_android.h"
« no previous file with comments | « base/time/time.cc ('k') | base/timer/timer.h » ('j') | sync/notifier/p2p_invalidator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698