| Index: chrome/browser/first_run/first_run.cc
|
| diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc
|
| index 180d40d9cd5730ff61a179ee78d1ce873e642be2..f1737c18131025190b51ca0ce8c34f2654e23a1d 100644
|
| --- a/chrome/browser/first_run/first_run.cc
|
| +++ b/chrome/browser/first_run/first_run.cc
|
| @@ -517,7 +517,7 @@ void FirstRunBubbleLauncher::Observe(
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) {
|
| DCHECK_EQ(type, content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME);
|
| - Browser* browser = browser::FindBrowserWithWebContents(
|
| + Browser* browser = chrome::FindBrowserWithWebContents(
|
| content::Source<content::WebContents>(source).ptr());
|
| if (!browser || !browser->is_type_tabbed())
|
| return;
|
|
|