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