| Index: ash/test/ash_test_base.h
|
| diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
|
| index c8935619ff446d4588e635a433193aed264b31d3..e1b63e1c10e4fa5e27884a996a24dcde123f95a3 100644
|
| --- a/ash/test/ash_test_base.h
|
| +++ b/ash/test/ash_test_base.h
|
| @@ -30,6 +30,14 @@ class Window;
|
| class WindowDelegate;
|
| } // namespace aura
|
|
|
| +namespace display {
|
| +class DisplayManager;
|
| +
|
| +namespace test {
|
| +class DisplayManagerTestApi;
|
| +} // namespace test
|
| +} // namespace display
|
| +
|
| namespace gfx {
|
| class Rect;
|
| }
|
| @@ -47,7 +55,6 @@ class WidgetDelegate;
|
|
|
| namespace ash {
|
| class AshTestImplAura;
|
| -class DisplayManager;
|
| class SystemTray;
|
| class WmShelf;
|
|
|
| @@ -115,7 +122,7 @@ class AshTestBase : public testing::Test {
|
| ui::test::EventGenerator& GetEventGenerator();
|
|
|
| // Convenience method to return the DisplayManager.
|
| - DisplayManager* display_manager();
|
| + display::DisplayManager* display_manager();
|
|
|
| // Test if moving a mouse to |point_in_screen| warps it to another
|
| // display.
|
|
|