Index: third_party/mojo/src/mojo/edk/test/run_all_perftests.cc |
diff --git a/third_party/mojo/src/mojo/edk/test/run_all_perftests.cc b/third_party/mojo/src/mojo/edk/test/run_all_perftests.cc |
index 41b5ab263ca74ec385eb341259733ce3d31727e1..7fef1f6ad98d06f470c9c5c021e85150306681a8 100644 |
--- a/third_party/mojo/src/mojo/edk/test/run_all_perftests.cc |
+++ b/third_party/mojo/src/mojo/edk/test/run_all_perftests.cc |
@@ -3,9 +3,9 @@ |
// found in the LICENSE file. |
#include "base/test/perf_test_suite.h" |
-#include "mojo/public/tests/test_support_private.h" |
#include "third_party/mojo/src/mojo/edk/embedder/embedder.h" |
#include "third_party/mojo/src/mojo/edk/test/test_support_impl.h" |
+#include "third_party/mojo/src/mojo/public/tests/test_support_private.h" |
int main(int argc, char** argv) { |
mojo::embedder::Init(); |