| Index: services/js/system/mojo_runner_delegate.cc
|
| diff --git a/mojo/edk/js/mojo_runner_delegate.cc b/services/js/system/mojo_runner_delegate.cc
|
| similarity index 92%
|
| rename from mojo/edk/js/mojo_runner_delegate.cc
|
| rename to services/js/system/mojo_runner_delegate.cc
|
| index 152b12cf34a36a627136ac7d786659295b5d8aec..d1fe5c4da141c260016691c8a3238ef74de26390 100644
|
| --- a/mojo/edk/js/mojo_runner_delegate.cc
|
| +++ b/services/js/system/mojo_runner_delegate.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/js/mojo_runner_delegate.h"
|
| +#include "services/js/system/mojo_runner_delegate.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/path_service.h"
|
| @@ -11,10 +11,10 @@
|
| #include "gin/modules/module_registry.h"
|
| #include "gin/modules/timer.h"
|
| #include "gin/try_catch.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/system/core.h"
|
| +#include "services/js/system/handle.h"
|
| +#include "services/js/system/support.h"
|
| +#include "services/js/system/threading.h"
|
|
|
| namespace mojo {
|
| namespace js {
|
|
|