| 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>;
|
|
|