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

Unified Diff: mojo/system/platform_channel_pair.h

Issue 137063010: Mojo: Move platform handle/channel stuff in system to embedder namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/system/multiprocess_message_pipe_unittest.cc ('k') | mojo/system/platform_channel_pair.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/platform_channel_pair.h
diff --git a/mojo/system/platform_channel_pair.h b/mojo/system/platform_channel_pair.h
index 3bea18ee25fe9f95972c2a3e43b26ad0bce1182f..41ca32f791ce4d2cf7bd606f66b194f1bd32f901 100644
--- a/mojo/system/platform_channel_pair.h
+++ b/mojo/system/platform_channel_pair.h
@@ -14,7 +14,7 @@
class CommandLine;
namespace mojo {
-namespace system {
+namespace embedder {
// This is used to create a pair of |PlatformHandle|s that are connected by a
// suitable (platform-specific) bidirectional "pipe" (e.g., socket on POSIX,
@@ -67,7 +67,7 @@ class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair {
DISALLOW_COPY_AND_ASSIGN(PlatformChannelPair);
};
-} // namespace system
+} // namespace embedder
} // namespace mojo
#endif // MOJO_SYSTEM_PLATFORM_CHANNEL_PAIR_H_
« no previous file with comments | « mojo/system/multiprocess_message_pipe_unittest.cc ('k') | mojo/system/platform_channel_pair.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698