| Index: chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| index 7bca0f3a799771293a6b5aa75c52bf4e0d5f9c7b..371de8fa2216827511de5acded7ceeca0f88cc46 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| @@ -104,7 +104,7 @@ bool LocationIconDecoration::OnMousePressed(NSRect frame) {
|
| NOTREACHED();
|
| return true;
|
| }
|
| - Browser* browser = browser::FindBrowserWithWebContents(tab);
|
| + Browser* browser = chrome::FindBrowserWithWebContents(tab);
|
| chrome::ShowPageInfo(browser, tab, nav_entry->GetURL(), nav_entry->GetSSL(),
|
| true);
|
| return true;
|
|
|