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

Unified Diff: ash/display/display_change_observer_x11.h

Issue 11363124: Move DisplayManager and DisplayChangeObserverX11 from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix rebase Created 8 years, 1 month 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 | « ash/ash.gyp ('k') | ash/display/display_change_observer_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_change_observer_x11.h
diff --git a/ui/aura/display_change_observer_x11.h b/ash/display/display_change_observer_x11.h
similarity index 83%
rename from ui/aura/display_change_observer_x11.h
rename to ash/display/display_change_observer_x11.h
index 6d7fe6096cbfccc5b4f26db2a3c132bd3e933d12..d9740ea37049f015d6672c7b9aa82c10e06a8f06 100644
--- a/ui/aura/display_change_observer_x11.h
+++ b/ash/display/display_change_observer_x11.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_AURA_DISPLAY_CHANGE_OBSERVER_X11_H
-#define UI_AURA_DISPLAY_CHANGE_OBSERVER_X11_H
+#ifndef ASH_DISPLAY_DISPLAY_CHANGE_OBSERVER_X11_H
+#define ASH_DISPLAY_DISPLAY_CHANGE_OBSERVER_X11_H
#include <X11/Xlib.h>
@@ -13,7 +13,7 @@
#include "base/basictypes.h"
#include "base/message_loop.h"
-namespace aura {
+namespace ash {
namespace internal {
// An object that observes changes in display configuration and
@@ -41,6 +41,6 @@ class DisplayChangeObserverX11 : public MessageLoop::Dispatcher {
};
} // namespace internal
-} // namespace aura
+} // namespace ash
-#endif // UI_AURA_DISPLAY_CHANGE_OBSERVER_X11_H
+#endif // ASH_DISPLAY_AURA_DISPLAY_CHANGE_OBSERVER_X11_H
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/display_change_observer_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698