| Index: services/js/system/core.cc
|
| diff --git a/mojo/edk/js/core.cc b/services/js/system/core.cc
|
| similarity index 99%
|
| rename from mojo/edk/js/core.cc
|
| rename to services/js/system/core.cc
|
| index cfa58a59a96c1f40679311ef025dc9eaf2f6de97..20d85dde6eaaabff50558a48df09e160d6617f75 100644
|
| --- a/mojo/edk/js/core.cc
|
| +++ b/services/js/system/core.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/core.h"
|
| +#include "services/js/system/core.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| @@ -16,8 +16,8 @@
|
| #include "gin/per_isolate_data.h"
|
| #include "gin/public/wrapper_info.h"
|
| #include "gin/wrappable.h"
|
| -#include "mojo/edk/js/drain_data.h"
|
| -#include "mojo/edk/js/handle.h"
|
| +#include "services/js/system/drain_data.h"
|
| +#include "services/js/system/handle.h"
|
|
|
| namespace mojo {
|
| namespace js {
|
|
|