| Index: content/renderer/mojo/service_registry_js_wrapper.cc
|
| diff --git a/content/renderer/mojo/service_registry_js_wrapper.cc b/content/renderer/mojo/service_registry_js_wrapper.cc
|
| index 4840b1ecaf1affb0dcd4c2dcbbf5c578d92d7b52..3a8c59dfe4e0d1bc9f7eccf7a767062d19690bd6 100644
|
| --- a/content/renderer/mojo/service_registry_js_wrapper.cc
|
| +++ b/content/renderer/mojo/service_registry_js_wrapper.cc
|
| @@ -6,7 +6,12 @@
|
|
|
| #include "content/common/mojo/service_registry_impl.h"
|
| #include "content/public/common/service_registry.h"
|
| +
|
| +#if defined(USE_CHROME_EDK)
|
| +#include "mojo/edk/js/handle.h"
|
| +#else
|
| #include "third_party/mojo/src/mojo/edk/js/handle.h"
|
| +#endif
|
|
|
| namespace content {
|
|
|
|
|