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

Unified Diff: chrome/browser/ui/startup/bad_flags_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/startup/autolaunch_prompt_win.cc ('k') | chrome/browser/ui/startup/bad_flags_prompt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/bad_flags_prompt.h
diff --git a/chrome/browser/ui/startup/bad_flags_prompt.h b/chrome/browser/ui/startup/bad_flags_prompt.h
index c4c9d1d237cc9e437698cddb8016e8ab0a0a8b41..431e46b1ff4f3c8b40b1c21accae7294586d2e1c 100644
--- a/chrome/browser/ui/startup/bad_flags_prompt.h
+++ b/chrome/browser/ui/startup/bad_flags_prompt.h
@@ -8,12 +8,12 @@
class Browser;
-namespace browser {
+namespace chrome {
// Shows a warning notification in |browser| that the app was run with dangerous
// command line flags.
void ShowBadFlagsPrompt(Browser* browser);
-}
+} // namespace chrome
#endif // CHROME_BROWSER_UI_STARTUP_BAD_FLAGS_PROMPT_H_
« no previous file with comments | « chrome/browser/ui/startup/autolaunch_prompt_win.cc ('k') | chrome/browser/ui/startup/bad_flags_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698