| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index de193c042bd1c334676ad34c583c049ab8b4f1d6..87d5cc5a0ced30f84e1c7f645cc71f425a2b1482 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -25,6 +25,9 @@
|
| namespace gfx {
|
| class Screen;
|
| }
|
| +namespace ui {
|
| +class DisplayConfigurator;
|
| +}
|
| namespace wm {
|
| class WMTestHelper;
|
| }
|
| @@ -232,6 +235,7 @@ class Shell : public WebContentsDelegate,
|
| #elif defined(USE_AURA)
|
| #if defined(OS_CHROMEOS)
|
| static wm::WMTestHelper* wm_test_helper_;
|
| + static ui::DisplayConfigurator* display_configurator_;
|
| static gfx::Screen* test_screen_;
|
| #endif
|
| #if defined(TOOLKIT_VIEWS)
|
|
|