| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 547f3389830048756418dc5c6f6289549c3ff83c..590ccfd7247fb736a7e2eeb0e4dadf8f101ee266 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -25,6 +25,10 @@
|
| namespace gfx {
|
| class Screen;
|
| }
|
| +namespace display {
|
| +using Screen = gfx::Screen;
|
| +}
|
| +
|
| namespace wm {
|
| class WMTestHelper;
|
| }
|
| @@ -249,7 +253,7 @@ class Shell : public WebContentsDelegate,
|
| #elif defined(USE_AURA)
|
| #if defined(OS_CHROMEOS)
|
| static wm::WMTestHelper* wm_test_helper_;
|
| - static gfx::Screen* test_screen_;
|
| + static display::Screen* test_screen_;
|
| #endif
|
| #if defined(TOOLKIT_VIEWS)
|
| static views::ViewsDelegate* views_delegate_;
|
|
|