| 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 59ba640570336c80c2df8e5669d2404627812926..e3aeb3d6d2331bb3780cb0f241b2fa9de5aabf8b 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)
|
| void ExtensionDialog::InitWindowFullscreen() {
|
| aura::RootWindow* root_window = ash::Shell::GetPrimaryRootWindow();
|
| gfx::Rect screen_rect =
|
|
|