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

Unified Diff: ash/dip_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
Index: ash/dip_unittest.cc
diff --git a/ash/dip_unittest.cc b/ash/dip_unittest.cc
index ec73f0a514574bbc80d3b0964ec23fa7b8a13957..3ea55d80bd4870f66f12fd7b2c7ec4b7f3ab2da2 100644
--- a/ash/dip_unittest.cc
+++ b/ash/dip_unittest.cc
@@ -64,8 +64,7 @@ TEST_P(DIPTest, WorkArea) {
Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x.id());
// The |bounds_in_pixel()| should report bounds in pixel coordinate.
- EXPECT_EQ("1,1 2000x1800",
- display_info_2x.bounds_in_native().ToString());
+ EXPECT_EQ("1,1 2000x1800", display_info_2x.bounds_in_native().ToString());
// Aura and views coordinates are in DIP, so they their bounds do not change.
EXPECT_EQ("0,0 1000x900", display_2x.bounds().ToString());
@@ -78,9 +77,8 @@ TEST_P(DIPTest, WorkArea) {
// Sanity check if the workarea's inset hight is same as
// the shelf's height.
Shelf* shelf = Shelf::ForPrimaryDisplay();
- EXPECT_EQ(
- display_2x.bounds().InsetsFrom(work_area).height(),
- shelf->shelf_widget()->GetNativeView()->layer()->bounds().height());
+ EXPECT_EQ(display_2x.bounds().InsetsFrom(work_area).height(),
+ shelf->shelf_widget()->GetNativeView()->layer()->bounds().height());
}
#endif // defined(OS_CHROMEOS)
« no previous file with comments | « ash/desktop_background/desktop_background_widget_controller.cc ('k') | ash/display/cursor_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698