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

Unified Diff: mojo/system/platform_handle.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/platform_channel_pair_posix.cc ('k') | mojo/system/platform_handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/platform_handle.h
diff --git a/mojo/system/platform_handle.h b/mojo/system/platform_handle.h
index 62198db357bb035b316f25d8eebe504713e414f6..ba7f08fb28902e73f1878c65fc76303fff33b08f 100644
--- a/mojo/system/platform_handle.h
+++ b/mojo/system/platform_handle.h
@@ -13,7 +13,7 @@
#endif
namespace mojo {
-namespace system {
+namespace embedder {
#if defined(OS_POSIX)
struct MOJO_SYSTEM_IMPL_EXPORT PlatformHandle {
@@ -41,7 +41,7 @@ struct MOJO_SYSTEM_IMPL_EXPORT PlatformHandle {
#error "Platform not yet supported."
#endif
-} // namespace system
+} // namespace embedder
} // namespace mojo
#endif // MOJO_SYSTEM_PLATFORM_HANDLE_H_
« no previous file with comments | « mojo/system/platform_channel_pair_posix.cc ('k') | mojo/system/platform_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698