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

Unified Diff: ash/test/display_manager_test_api.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/test/cursor_manager_test_api.cc ('k') | ash/test/overflow_bubble_view_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/display_manager_test_api.cc
diff --git a/ash/test/display_manager_test_api.cc b/ash/test/display_manager_test_api.cc
index ebedcbec5cbec3ed70c47c9f58c98f470ff3793f..b43e61a2f31914f575c4b9f004f1334701e2283e 100644
--- a/ash/test/display_manager_test_api.cc
+++ b/ash/test/display_manager_test_api.cc
@@ -46,8 +46,7 @@ std::vector<DisplayInfo> CreateDisplayInfoListFromString(
iter != parts.end(); ++iter, ++index) {
int64_t id = (index < list.size()) ? list[index].id()
: display::Display::kInvalidDisplayID;
- display_info_list.push_back(
- DisplayInfo::CreateFromSpecWithID(*iter, id));
+ display_info_list.push_back(DisplayInfo::CreateFromSpecWithID(*iter, id));
}
return display_info_list;
}
@@ -69,8 +68,9 @@ bool DisplayManagerTestApi::TestIfMouseWarpsAt(
screen->GetDisplayNearestPoint(point_in_screen);
event_generator.MoveMouseTo(point_in_screen);
return original_display.id() !=
- screen->GetDisplayNearestPoint(
- aura::Env::GetInstance()->last_mouse_location())
+ screen
+ ->GetDisplayNearestPoint(
+ aura::Env::GetInstance()->last_mouse_location())
.id();
}
« no previous file with comments | « ash/test/cursor_manager_test_api.cc ('k') | ash/test/overflow_bubble_view_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698