| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 5248199eebbe40c14d26611e0c018783f674160d..a05ac915814fe30188714cb3aeeee567b6c2e33f 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -27,8 +27,8 @@ typedef struct _GtkToolItem GtkToolItem;
|
| #include "base/android/scoped_java_ref.h"
|
| #elif defined(USE_AURA)
|
| #if defined(OS_CHROMEOS)
|
| -namespace wm {
|
| -class WMTestHelper;
|
| +namespace aura {
|
| +class WindowTreeHost;
|
| }
|
| #endif // defined(OS_CHROMEOS)
|
| namespace views {
|
| @@ -264,7 +264,7 @@ class Shell : public WebContentsDelegate,
|
| base::android::ScopedJavaGlobalRef<jobject> java_object_;
|
| #elif defined(USE_AURA)
|
| #if defined(OS_CHROMEOS)
|
| - static wm::WMTestHelper* wm_test_helper_;
|
| + static aura::WindowTreeHost* shell_host_;
|
| #endif
|
| #if defined(TOOLKIT_VIEWS)
|
| static views::ViewsDelegate* views_delegate_;
|
|
|