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

Unified Diff: chrome/browser/ui/startup/session_crashed_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
Index: chrome/browser/ui/startup/session_crashed_prompt.h
diff --git a/chrome/browser/ui/startup/session_crashed_prompt.h b/chrome/browser/ui/startup/session_crashed_prompt.h
index f7e24c8a86e02c169b46ed149a910fabe84fcae7..e5410fb094f550ab37ff0697538a02753a9bfce3 100644
--- a/chrome/browser/ui/startup/session_crashed_prompt.h
+++ b/chrome/browser/ui/startup/session_crashed_prompt.h
@@ -8,11 +8,11 @@
class Browser;
-namespace browser {
+namespace chrome {
// Shows the session crashed prompt for |browser| if required.
void ShowSessionCrashedPrompt(Browser* browser);
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_STARTUP_SESSION_CRASHED_PROMPT_H_
« no previous file with comments | « chrome/browser/ui/startup/obsolete_os_prompt_mac.cc ('k') | chrome/browser/ui/startup/session_crashed_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698