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

Unified Diff: ash/touch/touch_observer_hud_unittest.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/touch/touch_observer_hud.cc ('k') | ash/touch/touch_transformer_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_observer_hud_unittest.cc
diff --git a/ash/touch/touch_observer_hud_unittest.cc b/ash/touch/touch_observer_hud_unittest.cc
index 9b59888b5b11d761c7a64a3fbd05b99419a02b87..7eec15c0cd94e33a3c9c926b92f37d94b029fd4b 100644
--- a/ash/touch/touch_observer_hud_unittest.cc
+++ b/ash/touch/touch_observer_hud_unittest.cc
@@ -221,11 +221,13 @@ class TouchHudDebugTest : public TouchHudTestBase {
EXPECT_EQ(GetInternalRootWindow(),
GetRootWindowForTouchHud(GetInternalTouchHudDebug()));
EXPECT_EQ(GetInternalRootWindow(),
- GetWidgetForTouchHud(GetInternalTouchHudDebug())->
- GetNativeView()->GetRootWindow());
+ GetWidgetForTouchHud(GetInternalTouchHudDebug())
+ ->GetNativeView()
+ ->GetRootWindow());
EXPECT_EQ(GetInternalDisplay().size(),
- GetWidgetForTouchHud(GetInternalTouchHudDebug())->
- GetWindowBoundsInScreen().size());
+ GetWidgetForTouchHud(GetInternalTouchHudDebug())
+ ->GetWindowBoundsInScreen()
+ .size());
}
void CheckExternalDisplay() {
@@ -234,11 +236,13 @@ class TouchHudDebugTest : public TouchHudTestBase {
EXPECT_EQ(GetExternalRootWindow(),
GetRootWindowForTouchHud(GetExternalTouchHudDebug()));
EXPECT_EQ(GetExternalRootWindow(),
- GetWidgetForTouchHud(GetExternalTouchHudDebug())->
- GetNativeView()->GetRootWindow());
+ GetWidgetForTouchHud(GetExternalTouchHudDebug())
+ ->GetNativeView()
+ ->GetRootWindow());
EXPECT_EQ(GetExternalDisplay().size(),
- GetWidgetForTouchHud(GetExternalTouchHudDebug())->
- GetWindowBoundsInScreen().size());
+ GetWidgetForTouchHud(GetExternalTouchHudDebug())
+ ->GetWindowBoundsInScreen()
+ .size());
}
private:
« no previous file with comments | « ash/touch/touch_observer_hud.cc ('k') | ash/touch/touch_transformer_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698