| Index: services/js/system/handle_unittest.cc
|
| diff --git a/mojo/edk/js/handle_unittest.cc b/services/js/system/handle_unittest.cc
|
| similarity index 96%
|
| rename from mojo/edk/js/handle_unittest.cc
|
| rename to services/js/system/handle_unittest.cc
|
| index 53f474edbbf57c30225b43b6d09d53e0a7f18433..2cc13651dff196d99fbcd3d46a7eb16cbab1f767 100644
|
| --- a/mojo/edk/js/handle_unittest.cc
|
| +++ b/services/js/system/handle_unittest.cc
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/macros.h"
|
| -#include "mojo/edk/js/handle.h"
|
| -#include "mojo/edk/js/handle_close_observer.h"
|
| #include "mojo/public/cpp/system/core.h"
|
| +#include "services/js/system/handle.h"
|
| +#include "services/js/system/handle_close_observer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|