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

Unified Diff: chrome/browser/idle_linux.cc

Issue 7945014: Applied review comments from oshima for CL 7850026. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge. Created 9 years, 3 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
« no previous file with comments | « chrome/browser/idle_chromeos.cc ('k') | chrome/browser/process_singleton.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/idle_linux.cc
diff --git a/chrome/browser/idle_linux.cc b/chrome/browser/idle_linux.cc
index b04427e922e2335e4c25b351e743d4ce0c4b33f2..4a479dc6ec6bb27f59df88212435bdb642038fa2 100644
--- a/chrome/browser/idle_linux.cc
+++ b/chrome/browser/idle_linux.cc
@@ -6,7 +6,12 @@
#include "base/basictypes.h"
#include "chrome/browser/idle_query_linux.h"
-#include "chrome/browser/screensaver_window_finder_linux.h"
+
+#if defined(USE_AURA)
+#include "chrome/browser/screensaver_window_finder_aura.h"
+#else
+#include "chrome/browser/screensaver_window_finder_gtk.h"
oshima 2011/09/20 04:59:18 Doh, I was stupid. I thought ScreensaverWindowFind
+#endif
void CalculateIdleState(unsigned int idle_threshold, IdleCallback notify) {
if (CheckIdleStateIsLocked()) {
« no previous file with comments | « chrome/browser/idle_chromeos.cc ('k') | chrome/browser/process_singleton.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698