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

Unified Diff: ash/touch/touch_uma.h

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_transformer_controller_unittest.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_uma.h
diff --git a/ash/touch/touch_uma.h b/ash/touch/touch_uma.h
index 371b80bfce769db2c9d2d5b616136f5e202fa4cb..86f91e4f21e3ca4def5114c6fa29898885a4853c 100644
--- a/ash/touch/touch_uma.h
+++ b/ash/touch/touch_uma.h
@@ -54,11 +54,9 @@ class ASH_EXPORT TouchUMA {
// Returns the singleton instance.
static TouchUMA* GetInstance();
- void RecordGestureEvent(aura::Window* target,
- const ui::GestureEvent& event);
+ void RecordGestureEvent(aura::Window* target, const ui::GestureEvent& event);
void RecordGestureAction(GestureActionType action);
- void RecordTouchEvent(aura::Window* target,
- const ui::TouchEvent& event);
+ void RecordTouchEvent(aura::Window* target, const ui::TouchEvent& event);
private:
friend struct base::DefaultSingletonTraits<TouchUMA>;
« no previous file with comments | « ash/touch/touch_transformer_controller_unittest.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698