| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 8da679cdc3e653b5322286e0b9fb75fb23930088..6ee9451a393c5a9cc50c28a55f884e8f37b060f3 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -876,7 +876,7 @@ void LocationBarView::ShowFirstRunBubbleInternal() {
|
| return;
|
| Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
|
| if (browser)
|
| - FirstRunBubble::ShowBubble(browser, location_icon_view_);
|
| + FirstRunBubble::ShowBubble(browser, GetSecurityBubbleAnchorView());
|
| #endif
|
| }
|
|
|
|
|