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_ |