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

Unified Diff: ui/gfx/display_observer.cc

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 | « ui/gfx/display_observer.h ('k') | ui/gfx/screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/display_observer.cc
diff --git a/ui/aura/display_observer.cc b/ui/gfx/display_observer.cc
similarity index 73%
rename from ui/aura/display_observer.cc
rename to ui/gfx/display_observer.cc
index d9120fdebf2fd503337241ef90c5dd361dac95d8..f8e3c07640164e35c05b76337238ab49eecb59cd 100644
--- a/ui/aura/display_observer.cc
+++ b/ui/gfx/display_observer.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/aura/display_observer.h"
+#include "ui/gfx/display_observer.h"
-namespace aura {
+namespace gfx {
DisplayObserver::~DisplayObserver() {
}
-} // namespace aura
+} // namespace gfx
« no previous file with comments | « ui/gfx/display_observer.h ('k') | ui/gfx/screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698