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

Unified Diff: chrome/browser/ui/views/location_bar/page_info_helper.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/location_bar/page_info_helper.h
===================================================================
--- chrome/browser/ui/views/location_bar/page_info_helper.h (revision 151267)
+++ chrome/browser/ui/views/location_bar/page_info_helper.h (working copy)
@@ -9,8 +9,11 @@
class LocationBarView;
+namespace ui {
+class LocatedEvent;
+}
+
namespace views {
-class LocatedEvent;
class View;
}
@@ -20,7 +23,7 @@
public:
PageInfoHelper(const views::View* owner, LocationBarView* location_bar);
- void ProcessEvent(const views::LocatedEvent& event);
+ void ProcessEvent(const ui::LocatedEvent& event);
private:
const views::View* owner_;
« no previous file with comments | « chrome/browser/ui/views/fullscreen_exit_bubble_views.cc ('k') | chrome/browser/ui/views/location_bar/page_info_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698