Index: chrome/browser/chromeos/idle_detector.h |
diff --git a/chrome/browser/chromeos/idle_detector.h b/chrome/browser/chromeos/idle_detector.h |
index e585c405491654f480856e1020ad7ab8381837e0..1fa47beee4e6ecc19f8c9960ddbe0cc8d7e6c7c5 100644 |
--- a/chrome/browser/chromeos/idle_detector.h |
+++ b/chrome/browser/chromeos/idle_detector.h |
@@ -7,7 +7,9 @@ |
#include "ash/wm/user_activity_observer.h" |
#include "base/basictypes.h" |
+#include "base/callback.h" |
xiyuan
2014/03/20 01:14:03
nit: callback_forward.h here and callback.h in cc
bartfab (slow)
2014/03/20 13:22:29
Actually, the full callback.h is required here bec
|
#include "base/compiler_specific.h" |
+#include "base/time/time.h" |
#include "base/timer/timer.h" |
namespace chromeos { |