Chromium Code Reviews| Index: ui/gfx/screen.h |
| diff --git a/ui/gfx/screen.h b/ui/gfx/screen.h |
| index cd363b366985b4a519c0a3784875a9b5fcf3d25f..b65eec5515ff41896844ab7159e05a1481919f92 100644 |
| --- a/ui/gfx/screen.h |
| +++ b/ui/gfx/screen.h |
| @@ -20,7 +20,7 @@ class UI_EXPORT Screen { |
| public: |
| virtual ~Screen() {} |
| -#if defined(USE_AURA) |
| +#if defined(USE_ASH) |
| // Sets the instance to use. This takes owernship of |screen|, deleting the |
| // old instance. This is used on aura to avoid circular dependencies between |
| // ui and aura. |