| Index: mojo/runner/platform_handle_impl.cc
|
| diff --git a/mojo/runner/platform_handle_impl.cc b/mojo/runner/platform_handle_impl.cc
|
| index c5e79997a5f140b02075f4cc3057c098431def72..b59c4bff14900b8a339b63556c65a2b95bc5cf59 100644
|
| --- a/mojo/runner/platform_handle_impl.cc
|
| +++ b/mojo/runner/platform_handle_impl.cc
|
| @@ -3,7 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include "mojo/platform_handle/platform_handle.h"
|
| +
|
| +#if defined(USE_CHROME_EDK)
|
| +#include "mojo/edk/embedder/embedder.h"
|
| +#else
|
| #include "third_party/mojo/src/mojo/edk/embedder/embedder.h"
|
| +#endif
|
|
|
| extern "C" {
|
|
|
|
|