summaryrefslogtreecommitdiffstats
path: root/ash/system/tray/tray_bubble_view.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 22:28:04 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 22:28:04 +0000
commit8ca8d24697eb99d14cab7028ad3b7c152dde7d56 (patch)
tree52ed61ac468fe094769ef78b3813af0fd51ab5bd /ash/system/tray/tray_bubble_view.h
parent2a848e0e4d75cd9195d15ff955014397482f9faa (diff)
downloadchromium_src-8ca8d24697eb99d14cab7028ad3b7c152dde7d56.zip
chromium_src-8ca8d24697eb99d14cab7028ad3b7c152dde7d56.tar.gz
chromium_src-8ca8d24697eb99d14cab7028ad3b7c152dde7d56.tar.bz2
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
BUG=125937 Review URL: https://chromiumcodereview.appspot.com/10831240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/tray/tray_bubble_view.h')
-rw-r--r--ash/system/tray/tray_bubble_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/tray/tray_bubble_view.h b/ash/system/tray/tray_bubble_view.h
index 5a10f9c..93489ed 100644
--- a/ash/system/tray/tray_bubble_view.h
+++ b/ash/system/tray/tray_bubble_view.h
@@ -53,7 +53,7 @@ class TrayBubbleView : public views::BubbleDelegateView {
ui::MouseEvent* event) OVERRIDE;
virtual ui::TouchStatus PreHandleTouchEvent(
aura::Window* target,
- ui::TouchEventImpl* event) OVERRIDE;
+ ui::TouchEvent* event) OVERRIDE;
virtual ui::GestureStatus PreHandleGestureEvent(
aura::Window* target,
ui::GestureEventImpl* event) OVERRIDE;