Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: ash/test/ash_test_base.h

Issue 2445583002: Relocate display_manager from ash to ui (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698