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

Unified Diff: mojo/runner/child_process_host.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/child_process.mojom ('k') | mojo/runner/child_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/child_process_host.h
diff --git a/mojo/runner/child_process_host.h b/mojo/runner/child_process_host.h
index b0516d5e89aea26f72dd7541a44ad15ba5334b3b..cbc3d644850e9a18f81b91fa965dd4c15e3a2828 100644
--- a/mojo/runner/child_process_host.h
+++ b/mojo/runner/child_process_host.h
@@ -14,7 +14,7 @@
#include "mojo/runner/child_process_host.h"
namespace mojo {
-namespace shell {
+namespace runner {
class Context;
@@ -80,7 +80,7 @@ class ChildProcessHost {
DISALLOW_COPY_AND_ASSIGN(ChildProcessHost);
};
-} // namespace shell
+} // namespace runner
} // namespace mojo
#endif // MOJO_RUNNER_CHILD_PROCESS_HOST_H_
« no previous file with comments | « mojo/runner/child_process.mojom ('k') | mojo/runner/child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698