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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_win.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/startup_browser_creator_win.h ('k') | chrome/browser/ui/startup/startup_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_browser_creator_win.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_win.cc b/chrome/browser/ui/startup/startup_browser_creator_win.cc
index 974f4925fe258ec9749eec423b44723732f382c9..93f7fe9bfb6f4845e1f8d5d45598083994bb0304 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_win.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_win.cc
@@ -6,12 +6,11 @@
#include "base/logging.h"
#include "base/win/metro.h"
-
#include "chrome/browser/search_engines/template_url.h"
#include "chrome/browser/search_engines/template_url_service.h"
#include "chrome/browser/search_engines/template_url_service_factory.h"
-namespace browser {
+namespace chrome {
// Metro driver exports for getting the launch type, initial url, initial
// search term, etc.
@@ -60,4 +59,4 @@ GURL GetURLToOpen(Profile* profile) {
return GURL();
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_win.h ('k') | chrome/browser/ui/startup/startup_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698