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

Unified Diff: ui/display/screen_aura.cc

Issue 1964153002: Move Screen, its impls, DisplayObserver and DisplayChangeNotifier to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tabs Created 4 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 | « ui/display/screen.cc ('k') | ui/display/screen_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/screen_aura.cc
diff --git a/ui/gfx/screen_aura.cc b/ui/display/screen_aura.cc
similarity index 81%
rename from ui/gfx/screen_aura.cc
rename to ui/display/screen_aura.cc
index 7a1effa0e8cef6d6c2446727089443ea77689768..a12d9a6de49ec3cddedc22a671aebf4e9c3b60fb 100644
--- a/ui/gfx/screen_aura.cc
+++ b/ui/display/screen_aura.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/gfx/screen.h"
+#include "ui/display/screen.h"
#include "base/logging.h"
-namespace gfx {
+namespace display {
Screen* CreateNativeScreen() {
NOTREACHED() << "Implementation should be installed at higher level.";
return NULL;
}
-} // namespace gfx
+} // namespace display
« no previous file with comments | « ui/display/screen.cc ('k') | ui/display/screen_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698