| Index: content/browser/mojo/mojo_application_host.h
|
| diff --git a/content/browser/mojo/mojo_application_host.h b/content/browser/mojo/mojo_application_host.h
|
| index 0ed8ec917badba1d855bb304250dea5478ff10f1..f0b51c1924d10c1b0be97bc6d8000877c0654302 100644
|
| --- a/content/browser/mojo/mojo_application_host.h
|
| +++ b/content/browser/mojo/mojo_application_host.h
|
| @@ -12,7 +12,7 @@
|
| #include "content/common/application_setup.mojom.h"
|
| #include "content/common/mojo/channel_init.h"
|
| #include "content/common/mojo/service_registry_impl.h"
|
| -#include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
| +#include "mojo/edk/embedder/scoped_platform_handle.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include "content/browser/mojo/service_registry_android.h"
|
| @@ -55,7 +55,7 @@ class CONTENT_EXPORT MojoApplicationHost {
|
|
|
| private:
|
| ChannelInit channel_init_;
|
| - mojo::embedder::ScopedPlatformHandle client_handle_;
|
| + mojo::edk::ScopedPlatformHandle client_handle_;
|
|
|
| bool did_activate_;
|
|
|
|
|