| Index: services/js/system/handle.cc
|
| diff --git a/mojo/edk/js/handle.cc b/services/js/system/handle.cc
|
| similarity index 95%
|
| rename from mojo/edk/js/handle.cc
|
| rename to services/js/system/handle.cc
|
| index de8f3383836494bc63fc67134da1cc88302797a3..c861c8bb176b928a417a9a686359da0e6e161cd7 100644
|
| --- a/mojo/edk/js/handle.cc
|
| +++ b/services/js/system/handle.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/js/handle.h"
|
| +#include "services/js/system/handle.h"
|
|
|
| -#include "mojo/edk/js/handle_close_observer.h"
|
| +#include "services/js/system/handle_close_observer.h"
|
|
|
| namespace mojo {
|
| namespace js {
|
|
|