Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: chrome/browser/first_run/first_run_win.cc

Issue 10690060: startup: Put it in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698