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

Unified Diff: chrome/browser/ui/views/download/download_item_view.h

Issue 10828265: Replace views::LocatedEvent with ui::LocatedEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
Index: chrome/browser/ui/views/download/download_item_view.h
===================================================================
--- chrome/browser/ui/views/download/download_item_view.h (revision 151267)
+++ chrome/browser/ui/views/download/download_item_view.h (working copy)
@@ -154,8 +154,8 @@
void ShowContextMenuImpl(const gfx::Point& point, bool is_mouse_gesture);
// Common code for handling pointer events (i.e. mouse or gesture).
- void HandlePressEvent(const views::LocatedEvent& event, bool active_event);
- void HandleClickEvent(const views::LocatedEvent& event, bool active_event);
+ void HandlePressEvent(const ui::LocatedEvent& event, bool active_event);
+ void HandleClickEvent(const ui::LocatedEvent& event, bool active_event);
// Convenience method to paint the 3 vertical images (bottom, middle, top)
// that form the background.

Powered by Google App Engine
This is Rietveld 408576698