| 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..e4d2d27753e7bc4c1a79fde74c8bd995fc9a2367 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,7 +31,7 @@ class IPC_MOJO_EXPORT MojoBootstrap : public Listener {
|
| public:
|
| class Delegate {
|
| public:
|
| - virtual void OnPipeAvailable(mojo::embedder::ScopedPlatformHandle handle,
|
| + virtual void OnPipeAvailable(mojo::edk::ScopedPlatformHandle handle,
|
| int32_t peer_pid) = 0;
|
| virtual void OnBootstrapError() = 0;
|
| };
|
|
|