| Index: chrome/browser/first_run/first_run_win.cc
|
| diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc
|
| index 906f0ec7cd38f2ed9ef7c82055ea1d6514c84db3..05c274bd99739bf70def0b3c168bf5be97d11f5e 100644
|
| --- a/chrome/browser/first_run/first_run_win.cc
|
| +++ b/chrome/browser/first_run/first_run_win.cc
|
| @@ -550,7 +550,7 @@ void AutoImport(
|
| process_singleton->Unlock();
|
| CreateSentinel();
|
| #endif // !defined(USE_AURA)
|
| - browser::ShowFirstRunDefaultBrowserPrompt(profile);
|
| + chrome::ShowFirstRunDefaultBrowserPrompt(profile);
|
| }
|
|
|
| int ImportNow(Profile* profile, const CommandLine& cmdline) {
|
|
|