Index: mojo/edk/js/tests/js_to_cpp_tests.cc |
diff --git a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc b/mojo/edk/js/tests/js_to_cpp_tests.cc |
similarity index 98% |
copy from third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc |
copy to mojo/edk/js/tests/js_to_cpp_tests.cc |
index 459e8a2b5d927760331a3c05ae7cc614e6e3cf0a..f9a9b92ed342ee07bc12770173b63c25cad86822 100644 |
--- a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc |
+++ b/mojo/edk/js/tests/js_to_cpp_tests.cc |
@@ -11,16 +11,16 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "gin/array_buffer.h" |
#include "gin/public/isolate_holder.h" |
+#include "mojo/edk/js/mojo_runner_delegate.h" |
+#include "mojo/edk/js/tests/js_to_cpp.mojom.h" |
+#include "mojo/edk/test/test_utils.h" |
#include "mojo/public/cpp/bindings/binding.h" |
#include "mojo/public/cpp/system/core.h" |
#include "mojo/public/cpp/system/macros.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.h" |
-#include "third_party/mojo/src/mojo/edk/js/tests/js_to_cpp.mojom.h" |
-#include "third_party/mojo/src/mojo/edk/test/test_utils.h" |
namespace mojo { |
-namespace js { |
+namespace edk { |
// Global value updated by some checks to prevent compilers from optimizing |
// reads out of existence. |
@@ -423,5 +423,5 @@ TEST_F(JsToCppTest, BackPointer) { |
EXPECT_TRUE(cpp_side_connection.DidSucceed()); |
} |
-} // namespace js |
+} // namespace edk |
} // namespace mojo |