| Index: content/app/mojo/mojo_init.cc
|
| diff --git a/content/app/mojo/mojo_init.cc b/content/app/mojo/mojo_init.cc
|
| index bf92f64886f4d65ca69bf30a0982ec4282d6e36f..6180ed075dcd8bbc41b5c20183af41f8f68b76d8 100644
|
| --- a/content/app/mojo/mojo_init.cc
|
| +++ b/content/app/mojo/mojo_init.cc
|
| @@ -7,9 +7,16 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ipc/ipc_channel.h"
|
| +
|
| +#if defined(USE_CHROME_EDK)
|
| +#include "mojo/edk/embedder/configuration.h"
|
| +#include "mojo/edk/embedder/embedder.h"
|
| +#include "mojo/edk/embedder/simple_platform_support.h"
|
| +#else
|
| #include "third_party/mojo/src/mojo/edk/embedder/configuration.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/embedder.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h"
|
| +#endif
|
|
|
| namespace content {
|
|
|
|
|