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

Unified Diff: ash/drag_drop/drag_drop_interactive_uitest.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/drag_drop/drag_drop_controller_unittest.cc ('k') | ash/drag_drop/drag_drop_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/drag_drop/drag_drop_interactive_uitest.cc
diff --git a/ash/drag_drop/drag_drop_interactive_uitest.cc b/ash/drag_drop/drag_drop_interactive_uitest.cc
index c54e51d82f12709074644d998ff05c007d24dd7f..b74ffb6d723b3ca341f67f32465d4ad02af93c07 100644
--- a/ash/drag_drop/drag_drop_interactive_uitest.cc
+++ b/ash/drag_drop/drag_drop_interactive_uitest.cc
@@ -86,23 +86,20 @@ void QuitLoop() {
}
void DragDropAcrossMultiDisplay_Step4() {
- ui_controls::SendMouseEventsNotifyWhenDone(
- ui_controls::LEFT, ui_controls::UP,
- base::Bind(&QuitLoop));
+ ui_controls::SendMouseEventsNotifyWhenDone(ui_controls::LEFT, ui_controls::UP,
+ base::Bind(&QuitLoop));
}
void DragDropAcrossMultiDisplay_Step3() {
// Move to the edge of the 1st display so that the mouse
// is moved to 2nd display by ash.
ui_controls::SendMouseMoveNotifyWhenDone(
- 399, 10,
- base::Bind(&DragDropAcrossMultiDisplay_Step4));
+ 399, 10, base::Bind(&DragDropAcrossMultiDisplay_Step4));
}
void DragDropAcrossMultiDisplay_Step2() {
ui_controls::SendMouseMoveNotifyWhenDone(
- 20, 10,
- base::Bind(&DragDropAcrossMultiDisplay_Step3));
+ 20, 10, base::Bind(&DragDropAcrossMultiDisplay_Step3));
}
void DragDropAcrossMultiDisplay_Step1() {
« no previous file with comments | « ash/drag_drop/drag_drop_controller_unittest.cc ('k') | ash/drag_drop/drag_drop_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698