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

Unified Diff: ui/display/chromeos/touchscreen_util_unittest.cc

Issue 2523873002: Remove DisplayChangeObserver ash dependencies. (Closed)
Patch Set: Remove comment. Created 4 years, 1 month 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: ui/display/chromeos/touchscreen_util_unittest.cc
diff --git a/ui/display/chromeos/touchscreen_util_unittest.cc b/ui/display/chromeos/touchscreen_util_unittest.cc
index c7f0195a5f8805e5af4f1d51cbe4630aa1a081d6..45aeae250961558043290c4afba8f4e730349557 100644
--- a/ui/display/chromeos/touchscreen_util_unittest.cc
+++ b/ui/display/chromeos/touchscreen_util_unittest.cc
@@ -30,8 +30,8 @@ class TouchscreenUtilTest : public testing::Test {
// testing::Test:
void SetUp() override {
// Recreate for each test, DisplayManager has a lot of state.
- display_manager_ =
- base::MakeUnique<DisplayManager>(base::MakeUnique<ScreenBase>());
+ display_manager_ = base::MakeUnique<DisplayManager>(
+ base::MakeUnique<ScreenBase>(), nullptr);
// Internal display will always match to internal touchscreen. If internal
// touchscreen can't be detected, it is then associated to a touch screen

Powered by Google App Engine
This is Rietveld 408576698