| Index: chrome/browser/ui/views/location_bar/location_icon_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/location_icon_view.cc (revision 151406)
|
| +++ chrome/browser/ui/views/location_bar/location_icon_view.cc (working copy)
|
| @@ -17,13 +17,13 @@
|
| LocationIconView::~LocationIconView() {
|
| }
|
|
|
| -bool LocationIconView::OnMousePressed(const views::MouseEvent& event) {
|
| +bool LocationIconView::OnMousePressed(const ui::MouseEvent& event) {
|
| // We want to show the dialog on mouse release; that is the standard behavior
|
| // for buttons.
|
| return true;
|
| }
|
|
|
| -void LocationIconView::OnMouseReleased(const views::MouseEvent& event) {
|
| +void LocationIconView::OnMouseReleased(const ui::MouseEvent& event) {
|
| page_info_helper_.ProcessEvent(event);
|
| }
|
|
|
|
|