| 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;
|
|
|