Index: chrome/browser/ui/views/extensions/extension_dialog.cc |
diff --git a/chrome/browser/ui/views/extensions/extension_dialog.cc b/chrome/browser/ui/views/extensions/extension_dialog.cc |
index 1335dd5cfdd41506f26b9ce69bc7ada6a494dae6..c8d039886be610a3fde3ac317367a32f73e46e4d 100644 |
--- a/chrome/browser/ui/views/extensions/extension_dialog.cc |
+++ b/chrome/browser/ui/views/extensions/extension_dialog.cc |
@@ -20,7 +20,7 @@ |
#include "ui/views/background.h" |
#include "ui/views/widget/widget.h" |
-#if defined(USE_AURA) |
+#if defined(USE_ASH) |
#include "ash/shell.h" |
#include "ui/aura/root_window.h" |
#endif |
@@ -123,7 +123,7 @@ ExtensionHost* ExtensionDialog::CreateExtensionHost(const GURL& url, |
return manager->CreateDialogHost(url); |
} |
-#if defined(USE_AURA) |
+#if defined(USE_ASH) |
oshima
2012/07/11 23:32:08
This looks unrelated to cursor. I'm fine with this
Elliot Glaysher
2012/07/12 18:16:44
It kind of is; I noticed that this wasn't compilin
|
void ExtensionDialog::InitWindowFullscreen() { |
aura::RootWindow* root_window = ash::Shell::GetPrimaryRootWindow(); |
gfx::Rect screen_rect = |