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

Unified Diff: ash/wm/gestures/shelf_gesture_handler.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/wm/gestures/overview_gesture_handler_unittest.cc ('k') | ash/wm/immersive_fullscreen_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/gestures/shelf_gesture_handler.cc
diff --git a/ash/wm/gestures/shelf_gesture_handler.cc b/ash/wm/gestures/shelf_gesture_handler.cc
index 7acd3c27466e1ce1bb33b13b3c4b2ae31075a200..61e5a22fe4214f1a82a2a0a17b4aed4e659349ba 100644
--- a/ash/wm/gestures/shelf_gesture_handler.cc
+++ b/ash/wm/gestures/shelf_gesture_handler.cc
@@ -22,12 +22,9 @@
namespace ash {
-ShelfGestureHandler::ShelfGestureHandler()
- : drag_in_progress_(false) {
-}
+ShelfGestureHandler::ShelfGestureHandler() : drag_in_progress_(false) {}
-ShelfGestureHandler::~ShelfGestureHandler() {
-}
+ShelfGestureHandler::~ShelfGestureHandler() {}
bool ShelfGestureHandler::ProcessGestureEvent(
const ui::GestureEvent& event,
« no previous file with comments | « ash/wm/gestures/overview_gesture_handler_unittest.cc ('k') | ash/wm/immersive_fullscreen_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698