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

Unified Diff: chrome/browser/ui/startup/autolaunch_prompt.h

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/cocoa/obsolete_os.cc ('k') | chrome/browser/ui/startup/autolaunch_prompt.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.h
diff --git a/chrome/browser/ui/startup/autolaunch_prompt.h b/chrome/browser/ui/startup/autolaunch_prompt.h
index 0564b562bdc76e3e3c487b2edf267786e8712367..4377edcb201c4676eea66b894b7d636d0e226ac8 100644
--- a/chrome/browser/ui/startup/autolaunch_prompt.h
+++ b/chrome/browser/ui/startup/autolaunch_prompt.h
@@ -9,7 +9,7 @@
class PrefService;
class Profile;
-namespace browser {
+namespace chrome {
// Determines whether or not the auto-launch prompt should be shown, and shows
// it as needed. Returns true if it was shown, false otherwise.
@@ -18,7 +18,6 @@ bool ShowAutolaunchPrompt(Profile* profile);
// Registers auto-launch specific prefs.
void RegisterAutolaunchPrefs(PrefService* prefs);
-} // namespace browser
-
+} // namespace chrome
#endif // CHROME_BROWSER_UI_STARTUP_AUTOLAUNCH_PROMPT_H_
« no previous file with comments | « chrome/browser/ui/cocoa/obsolete_os.cc ('k') | chrome/browser/ui/startup/autolaunch_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698