Index: third_party/mojo/src/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/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc |
index a709f0080e0b07a566fb571d527d9dfb3a78833e..459e8a2b5d927760331a3c05ae7cc614e6e3cf0a 100644 |
--- a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc |
+++ b/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc |
@@ -11,13 +11,13 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "gin/array_buffer.h" |
#include "gin/public/isolate_holder.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" |
-#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h" |
-#include "third_party/mojo/src/mojo/public/cpp/system/core.h" |
-#include "third_party/mojo/src/mojo/public/cpp/system/macros.h" |
namespace mojo { |
namespace js { |