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

Unified Diff: base/timer/timer.h

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/timer/timer.h
diff --git a/base/timer/timer.h b/base/timer/timer.h
index 23b1d3c507c7270f770f79018de80d17296b3517..f952d414abfb6c18d7b52bed0d957450c4aed72a 100644
--- a/base/timer/timer.h
+++ b/base/timer/timer.h
@@ -50,6 +50,7 @@
// should be able to tell the difference.
#include "base/base_export.h"
+#include "base/basictypes.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback.h"
@@ -59,7 +60,6 @@
namespace base {
class BaseTimerTaskInternal;
-class MessageLoop;
//-----------------------------------------------------------------------------
// This class wraps MessageLoop::PostDelayedTask to manage delayed and repeating
« no previous file with comments | « base/time/time_posix.cc ('k') | base/timer/timer.cc » ('j') | sync/notifier/p2p_invalidator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698