| Index: chrome/browser/extensions/app_notify_channel_ui_impl.cc
|
| diff --git a/chrome/browser/extensions/app_notify_channel_ui_impl.cc b/chrome/browser/extensions/app_notify_channel_ui_impl.cc
|
| index a99940b211769ce0c6e4a1f1d7fa3f97f52f39d3..cd3753742ff54c3de5fa0c0ddfd0fbd1267eb094 100644
|
| --- a/chrome/browser/extensions/app_notify_channel_ui_impl.cc
|
| +++ b/chrome/browser/extensions/app_notify_channel_ui_impl.cc
|
| @@ -169,7 +169,7 @@ void AppNotifyChannelUIImpl::OnInfoBarResult(bool accepted) {
|
| }
|
| }
|
| // Any existing UI is now closed - display new login UI.
|
| - Browser* browser = browser::FindBrowserWithWebContents(
|
| + Browser* browser = chrome::FindBrowserWithWebContents(
|
| tab_contents_->web_contents());
|
| chrome::ShowSettingsSubPage(browser, chrome::kSyncSetupForceLoginSubPage);
|
| }
|
|
|