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

Unified Diff: chrome/browser/screensaver_window_finder_x11.h

Issue 15926004: linux_aura: Reuse non-GTK specific screensaver detection code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put exclusion in right gyp file. Created 7 years, 7 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/screensaver_window_finder_gtk.cc ('k') | chrome/browser/screensaver_window_finder_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/screensaver_window_finder_x11.h
diff --git a/chrome/browser/screensaver_window_finder_gtk.h b/chrome/browser/screensaver_window_finder_x11.h
similarity index 78%
rename from chrome/browser/screensaver_window_finder_gtk.h
rename to chrome/browser/screensaver_window_finder_x11.h
index 3532bc45deac8e4438535428d297678020789498..ff22624fd429346d3b7f5b2efab30328de9cba83 100644
--- a/chrome/browser/screensaver_window_finder_gtk.h
+++ b/chrome/browser/screensaver_window_finder_x11.h
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SCREENSAVER_WINDOW_FINDER_GTK_H_
-#define CHROME_BROWSER_SCREENSAVER_WINDOW_FINDER_GTK_H_
-
-#include "ui/base/x/x11_util.h"
+#ifndef CHROME_BROWSER_SCREENSAVER_WINDOW_FINDER_X11_H_
+#define CHROME_BROWSER_SCREENSAVER_WINDOW_FINDER_X11_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "ui/base/x/x11_util.h"
class ScreensaverWindowFinder : public ui::EnumerateWindowsDelegate {
public:
@@ -28,4 +27,4 @@ class ScreensaverWindowFinder : public ui::EnumerateWindowsDelegate {
};
-#endif // CHROME_BROWSER_SCREENSAVER_WINDOW_FINDER_GTK_H_
+#endif // CHROME_BROWSER_SCREENSAVER_WINDOW_FINDER_X11_H_
« no previous file with comments | « chrome/browser/screensaver_window_finder_gtk.cc ('k') | chrome/browser/screensaver_window_finder_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698