| 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 f0eacc6bd4c99158dd617f7be67432e4e990d5c5..9040f181cfb1b6ed12c96b69dd5643d31d3c6482 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/edk/embedder/test_embedder.h"
|
| -#include "mojo/edk/test/test_support_impl.h"
|
| #include "mojo/public/tests/test_support_private.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/test_embedder.h"
|
| +#include "third_party/mojo/src/mojo/edk/test/test_support_impl.h"
|
|
|
| int main(int argc, char** argv) {
|
| mojo::embedder::test::InitWithSimplePlatformSupport();
|
|
|