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

Unified Diff: ash/test/ash_test_base.h

Issue 2445583002: Relocate display_manager from ash to ui (Closed)
Patch Set: fix windows build 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
« no previous file with comments | « ash/test/BUILD.gn ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index 77f1e7fdd476b3745db8d45d8d65cd7b09742206..9238f161eb1b5d61f2de3bdb76ac59cbc123937d 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.
« no previous file with comments | « ash/test/BUILD.gn ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698