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

Unified Diff: mojo/runner/child_process.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/android/ui_application_loader_android.cc ('k') | mojo/runner/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/child_process.h
diff --git a/mojo/runner/child_process.h b/mojo/runner/child_process.h
index 1d4badfc502874fbdd366d493d38bd2561c4899b..2b94301fa8de30f89f7b2a52ed3334e78d2f636c 100644
--- a/mojo/runner/child_process.h
+++ b/mojo/runner/child_process.h
@@ -6,12 +6,12 @@
#define MOJO_RUNNER_CHILD_PROCESS_H_
namespace mojo {
-namespace shell {
+namespace runner {
// Main method for a child process.
int ChildProcessMain();
-} // namespace shell
+} // namespace runner
} // namespace mojo
#endif // MOJO_RUNNER_CHILD_PROCESS_H_
« no previous file with comments | « mojo/runner/android/ui_application_loader_android.cc ('k') | mojo/runner/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698