| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index bbf44ca31b1ed58fe0878bf77cb7946f8cb87055..6b375da7cce1273d0d999f3518d8b4e9101f9a7e 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -243,14 +243,10 @@ class Shell : public WebContentsDelegate,
|
|
|
| #if defined(OS_ANDROID)
|
| base::android::ScopedJavaGlobalRef<jobject> java_object_;
|
| -#elif defined(USE_AURA)
|
| -#if defined(OS_CHROMEOS)
|
| - static wm::WMTestHelper* wm_test_helper_;
|
| - static display::Screen* test_screen_;
|
| #endif
|
| -#if defined(TOOLKIT_VIEWS)
|
| - static views::ViewsDelegate* views_delegate_;
|
|
|
| +#if defined(USE_AURA)
|
| +#if defined(TOOLKIT_VIEWS)
|
| views::Widget* window_widget_;
|
| #endif // defined(TOOLKIT_VIEWS)
|
| static ShellPlatformDataAura* platform_;
|
|
|