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

Unified Diff: ui/gfx/screen_ash.cc

Issue 9616045: Aura/Ash split: Move ScreenAura to ash::ScreenAsh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a separate aura::TestScreen in tests instead, partially reverting to patchset 2 Created 8 years, 9 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/gfx/screen.h ('k') | ui/gfx/screen_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/screen_ash.cc
diff --git a/ui/gfx/screen_aura.cc b/ui/gfx/screen_ash.cc
similarity index 92%
rename from ui/gfx/screen_aura.cc
rename to ui/gfx/screen_ash.cc
index ea4216fb557846ae6f90271e7155946d80027f78..19b752aa44cd00b8058d7d14ce19c408801f323c 100644
--- a/ui/gfx/screen_aura.cc
+++ b/ui/gfx/screen_ash.cc
@@ -9,9 +9,8 @@
namespace gfx {
-// gfx can't depend upon aura, otherwise we have circular dependencies. So,
-// gfx::Screen is pluggable for aura and Desktop plugs in the real
-// implementation.
+// gfx can't depend upon ash, otherwise we have circular dependencies. So,
+// gfx::Screen is pluggable and Desktop plugs in the real implementation.
// static
Screen* Screen::instance_ = NULL;
« no previous file with comments | « ui/gfx/screen.h ('k') | ui/gfx/screen_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698