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

Unified Diff: chrome/browser/ui/views/location_bar/location_icon_view.cc

Issue 2797923003: Rename PageInfoPopupView to PageInfoBubbleView. (Closed)
Patch Set: Rename more stuff. Created 3 years, 8 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/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;
}

Powered by Google App Engine
This is Rietveld 408576698