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

Unified Diff: ash/touch/touch_uma.h

Issue 10831240: Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge-tot Created 8 years, 4 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_observer_hud.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 72daed94775666af347fcea84cbb705d03d2a741..457fdd1fb28fb9aab697281fbb5742c1a8e6ee54 100644
--- a/ash/touch/touch_uma.h
+++ b/ash/touch/touch_uma.h
@@ -29,7 +29,7 @@ class TouchUMA {
void RecordGestureEvent(aura::Window* target,
const ui::GestureEventImpl& event);
void RecordTouchEvent(aura::Window* target,
- const ui::TouchEventImpl& event);
+ const ui::TouchEvent& event);
private:
DISALLOW_COPY_AND_ASSIGN(TouchUMA);
« no previous file with comments | « ash/touch/touch_observer_hud.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698