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

Unified Diff: mojo/runner/init.h

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/in_process_native_runner_unittest.cc ('k') | mojo/runner/init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/init.h
diff --git a/mojo/runner/init.h b/mojo/runner/init.h
index 8ddc2d705873a4195ca01ad5b6bc6a7970eb2016..4db9896e9735a9ec41ee54e4f02eaa8bcce03531 100644
--- a/mojo/runner/init.h
+++ b/mojo/runner/init.h
@@ -6,13 +6,13 @@
#define MOJO_RUNNER_INIT_H_
namespace mojo {
-namespace shell {
+namespace runner {
// Initialization routines shared by desktop and Android main functions.
void InitializeLogging();
-} // namespace shell
+} // namespace runner
} // namespace mojo
#endif // MOJO_RUNNER_INIT_H_
« no previous file with comments | « mojo/runner/in_process_native_runner_unittest.cc ('k') | mojo/runner/init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698