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

Unified Diff: ash/test/ash_test_helper.h

Issue 2837893002: Wires up InputDeviceClient for mash/mushrome (Closed)
Patch Set: comment Created 3 years, 8 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_helper.h
diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h
index 9e61a5f389fbf7e35e9c7bb1adc0633657d70a09..a0f7aaf557c92a2a54573270297a9988f8871d8d 100644
--- a/ash/test/ash_test_helper.h
+++ b/ash/test/ash_test_helper.h
@@ -19,7 +19,7 @@
namespace aura {
class Window;
class WindowTreeClientPrivate;
-} // namespace aura
+}
namespace display {
class Display;
@@ -33,7 +33,8 @@ class MashTestSuite;
namespace ui {
class ScopedAnimationDurationScaleMode;
-} // namespace ui
+class InputDeviceClient;
+}
namespace wm {
class WMState;
@@ -165,6 +166,8 @@ class AshTestHelper {
std::unique_ptr<TestSessionControllerClient> session_controller_client_;
+ std::unique_ptr<ui::InputDeviceClient> input_device_client_;
+
DISALLOW_COPY_AND_ASSIGN(AshTestHelper);
};

Powered by Google App Engine
This is Rietveld 408576698