| Index: chrome/browser/ui/views/location_bar/page_info_helper.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/page_info_helper.cc (revision 151267)
|
| +++ chrome/browser/ui/views/location_bar/page_info_helper.cc (working copy)
|
| @@ -22,7 +22,7 @@
|
| location_bar_(location_bar) {
|
| }
|
|
|
| -void PageInfoHelper::ProcessEvent(const views::LocatedEvent& event) {
|
| +void PageInfoHelper::ProcessEvent(const ui::LocatedEvent& event) {
|
| if (!owner_->HitTestPoint(event.location()))
|
| return;
|
|
|
|
|