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 |