Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/location_icon_view.cc |
| diff --git a/chrome/browser/ui/views/location_bar/location_icon_view.cc b/chrome/browser/ui/views/location_bar/location_icon_view.cc |
| index 5eec8bc8eeb06d41fe417c573763c9099ffcb402..d75dc7ce3f028815462e6f84e6320542962150af 100644 |
| --- a/chrome/browser/ui/views/location_bar/location_icon_view.cc |
| +++ b/chrome/browser/ui/views/location_bar/location_icon_view.cc |
| @@ -6,7 +6,7 @@ |
| #include "chrome/browser/ui/view_ids.h" |
| #include "chrome/browser/ui/views/location_bar/location_bar_view.h" |
| -#include "chrome/browser/ui/views/page_info/page_info_popup_view.h" |
| +#include "chrome/browser/ui/views/page_info/page_info_bubble_view.h" |
| #include "chrome/grit/generated_resources.h" |
| #include "chrome/grit/theme_resources.h" |
| #include "components/grit/components_scaled_resources.h" |
| @@ -55,7 +55,7 @@ bool LocationIconView::OnMousePressed(const ui::MouseEvent& event) { |
| } |
| suppress_mouse_released_action_ = |
| - PageInfoPopupView::GetShownPopupType() != PageInfoPopupView::POPUP_NONE; |
| + PageInfoBubbleView::GetShownPopupType() != PageInfoBubbleView::POPUP_NONE; |
|
msw
2017/04/05 19:27:20
Please try to fix compile issues before pinging fo
lgarron
2017/04/07 00:36:50
I was so sure I compiled successfully before uploa
|
| return true; |
| } |