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

Unified Diff: chrome/browser/chromeos/idle_detector.h

Issue 205713002: Add a basic demo mode browser test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698