Index: ipc/mojo/ipc_mojo_bootstrap.h |
diff --git a/ipc/mojo/ipc_mojo_bootstrap.h b/ipc/mojo/ipc_mojo_bootstrap.h |
index 4b5ccfb71e98c51908d8f61ee9864bd9e25ce3db..e3e39adf1eaa791c51a551e20c54e44027818dc6 100644 |
--- a/ipc/mojo/ipc_mojo_bootstrap.h |
+++ b/ipc/mojo/ipc_mojo_bootstrap.h |
@@ -13,7 +13,7 @@ |
#include "build/build_config.h" |
#include "ipc/ipc_channel.h" |
#include "ipc/ipc_listener.h" |
-#include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h" |
+#include "mojo/edk/embedder/scoped_platform_handle.h" |
namespace IPC { |
@@ -31,8 +31,9 @@ class IPC_MOJO_EXPORT MojoBootstrap : public Listener { |
public: |
class Delegate { |
public: |
- virtual void OnPipeAvailable(mojo::embedder::ScopedPlatformHandle handle, |
- int32_t peer_pid) = 0; |
+ virtual void OnPipeAvailable( |
+ mojo::edk::ScopedPlatformHandle handle, |
+ int32_t peer_pid) = 0; |
virtual void OnBootstrapError() = 0; |
}; |