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

Unified Diff: chrome/browser/ui/startup/session_crashed_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
Index: chrome/browser/ui/startup/session_crashed_prompt.cc
diff --git a/chrome/browser/ui/startup/session_crashed_prompt.cc b/chrome/browser/ui/startup/session_crashed_prompt.cc
index d4b9c9ad171b464af20cf45f2d5bfb47e54f6834..5998e35a9aefe6ca0f5603eaeffcfe57bfd26e17 100644
--- a/chrome/browser/ui/startup/session_crashed_prompt.cc
+++ b/chrome/browser/ui/startup/session_crashed_prompt.cc
@@ -8,10 +8,10 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sessions/session_restore.h"
#include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
-#include "chrome/browser/ui/tab_contents/tab_contents.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/browser_tabstrip.h"
+#include "chrome/browser/ui/tab_contents/tab_contents.h"
#include "chrome/common/url_constants.h"
#include "content/public/browser/web_contents.h"
#include "grit/chromium_strings.h"
@@ -86,8 +86,7 @@ bool SessionCrashedInfoBarDelegate::Accept() {
} // namespace
-
-namespace browser {
+namespace chrome {
void ShowSessionCrashedPrompt(Browser* browser) {
// Assume that if the user is launching incognito they were previously
@@ -109,5 +108,4 @@ void ShowSessionCrashedPrompt(Browser* browser) {
new SessionCrashedInfoBarDelegate(tab->infobar_tab_helper()));
}
-} // namespace browser
-
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/startup/session_crashed_prompt.h ('k') | chrome/browser/ui/startup/startup_browser_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698