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