summaryrefslogtreecommitdiffstats
path: root/mojo/runner/init.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/runner/init.cc')
-rw-r--r--mojo/runner/init.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/runner/init.cc b/mojo/runner/init.cc
index e069f4f..0656c6e 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