| Index: chrome/browser/history/history_tab_helper.cc
|
| diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc
|
| index 5c383732565e22096f123061702d17ca3b316861..c22ac8840a1219098865c7fcab4aebc13e57a173 100644
|
| --- a/chrome/browser/history/history_tab_helper.cc
|
| +++ b/chrome/browser/history/history_tab_helper.cc
|
| @@ -136,7 +136,7 @@ void HistoryTabHelper::DidNavigateAnyFrame(
|
|
|
| #if !defined(OS_ANDROID)
|
| // Don't update history if this web contents isn't associatd with a tab.
|
| - Browser* browser = browser::FindBrowserWithWebContents(web_contents());
|
| + Browser* browser = chrome::FindBrowserWithWebContents(web_contents());
|
| if (!browser || browser->is_app())
|
| return;
|
| #endif
|
|
|