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

Unified Diff: mojo/runner/init.cc

Issue 1107233002: Move runner stuff into a runner namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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 | « mojo/runner/init.h ('k') | mojo/runner/native_application_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/init.cc
diff --git a/mojo/runner/init.cc b/mojo/runner/init.cc
index e069f4fb6fe585a3aead36a1672b32d8605b9ae2..0656c6ec90dd182b6ea47ff9daaac88b96c60d9b 100644
--- a/mojo/runner/init.cc
+++ b/mojo/runner/init.cc
@@ -7,7 +7,7 @@
#include "base/logging.h"
namespace mojo {
-namespace shell {
+namespace runner {
void InitializeLogging() {
logging::LoggingSettings settings;
@@ -20,5 +20,5 @@ void InitializeLogging() {
false); // Tick count
}
-} // namespace shell
+} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/init.h ('k') | mojo/runner/native_application_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698