Index: ui/gfx/screen_aura.cc |
=================================================================== |
--- ui/gfx/screen_aura.cc (revision 134532) |
+++ ui/gfx/screen_aura.cc (working copy) |
@@ -23,7 +23,7 @@ |
g_instance_ = screen; |
} |
-#if defined(USE_ASH) |
+#if defined(USE_AURA) |
sky
2012/04/30 21:15:35
Can this ifdef be removed entirely?
|
// TODO(oshima): Implement ScreenImpl for Linux/aura and remove this |
// ifdef. |