| 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 fffb59e05c63395ee3e666f4eb4faa249cf7d49c..4e10fcdd2239b37aa1e1c743ea6e169dc32d0a60 100644
|
| --- a/content/browser/mojo/mojo_application_host.h
|
| +++ b/content/browser/mojo/mojo_application_host.h
|
| @@ -10,7 +10,12 @@
|
| #include "content/common/application_setup.mojom.h"
|
| #include "content/common/mojo/channel_init.h"
|
| #include "content/common/mojo/service_registry_impl.h"
|
| +
|
| +#if defined(USE_CHROME_EDK)
|
| +#include "mojo/edk/embedder/scoped_platform_handle.h"
|
| +#else
|
| #include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
| +#endif
|
|
|
| #if defined(OS_ANDROID)
|
| #include "content/browser/mojo/service_registry_android.h"
|
|
|