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

Unified Diff: base/tracked_objects.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/tracked_objects.cc
diff --git a/base/tracked_objects.cc b/base/tracked_objects.cc
index 38963c2343275cb6d025454c21de0900f543742f..0847d5f9163622cd65449707775fe7594de9a2b1 100644
--- a/base/tracked_objects.cc
+++ b/base/tracked_objects.cc
@@ -4,22 +4,24 @@
#include "base/tracked_objects.h"
-#include <math.h>
+#include <limits.h>
#include <stdlib.h>
#include "base/compiler_specific.h"
#include "base/debug/leak_annotations.h"
-#include "base/format_macros.h"
-#include "base/memory/scoped_ptr.h"
-#include "base/port.h"
+#include "base/logging.h"
#include "base/process/process_handle.h"
#include "base/profiler/alternate_timer.h"
#include "base/strings/stringprintf.h"
#include "base/third_party/valgrind/memcheck.h"
-#include "base/threading/thread_restrictions.h"
+#include "base/tracking_info.h"
using base::TimeDelta;
+namespace base {
+class TimeDelta;
+}
+
namespace tracked_objects {
namespace {

Powered by Google App Engine
This is Rietveld 408576698