| Index: services/js/js_app_runner_delegate.cc
|
| diff --git a/services/js/js_app_runner_delegate.cc b/services/js/js_app_runner_delegate.cc
|
| index c8c2f6d7b46eaf249e93d20469814b4f9c2eda42..3eb168e511608812212efec6879638993bbbefca 100644
|
| --- a/services/js/js_app_runner_delegate.cc
|
| +++ b/services/js/js_app_runner_delegate.cc
|
| @@ -7,12 +7,12 @@
|
| #include "base/path_service.h"
|
| #include "gin/modules/console.h"
|
| #include "gin/modules/timer.h"
|
| -#include "mojo/edk/js/core.h"
|
| -#include "mojo/edk/js/handle.h"
|
| -#include "mojo/edk/js/support.h"
|
| -#include "mojo/edk/js/threading.h"
|
| #include "services/js/modules/clock/monotonic_clock.h"
|
| #include "services/js/modules/gl/module.h"
|
| +#include "services/js/system/core.h"
|
| +#include "services/js/system/handle.h"
|
| +#include "services/js/system/support.h"
|
| +#include "services/js/system/threading.h"
|
|
|
| namespace js {
|
|
|
|
|