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

Unified Diff: chrome/browser/ui/startup/autolaunch_prompt.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/ui/startup/autolaunch_prompt.h ('k') | chrome/browser/ui/startup/autolaunch_prompt_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/autolaunch_prompt.cc
diff --git a/chrome/browser/ui/startup/autolaunch_prompt.cc b/chrome/browser/ui/startup/autolaunch_prompt.cc
index 88772b378e5abd40e2215528ed5064e027511afb..367187f0fd87ce3c82367d4b08cb67b5a25c308b 100644
--- a/chrome/browser/ui/startup/autolaunch_prompt.cc
+++ b/chrome/browser/ui/startup/autolaunch_prompt.cc
@@ -4,7 +4,7 @@
#include "chrome/browser/ui/startup/autolaunch_prompt.h"
-namespace browser {
+namespace chrome {
bool ShowAutolaunchPrompt(Profile* profile) {
// Autolaunch is only implemented on Windows right now.
@@ -15,4 +15,4 @@ void RegisterAutolaunchPrefs(PrefService* prefs) {
// Autolaunch is only implemented on Windows right now.
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/startup/autolaunch_prompt.h ('k') | chrome/browser/ui/startup/autolaunch_prompt_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698