| Index: mojo/public/c/system/tests/core_perftest.cc
|
| diff --git a/mojo/public/c/system/tests/core_perftest.cc b/mojo/public/c/system/tests/core_perftest.cc
|
| index eee782df0d0de6b1039e3d2d120d08ccb999712f..a133d7b1c72e6a51d3b9a6e4d4c003b1b545c1cd 100644
|
| --- a/mojo/public/c/system/tests/core_perftest.cc
|
| +++ b/mojo/public/c/system/tests/core_perftest.cc
|
| @@ -12,8 +12,8 @@
|
| #include <stdio.h>
|
|
|
| #include "mojo/public/cpp/system/macros.h"
|
| -#include "mojo/public/tests/test_support.h"
|
| -#include "mojo/public/tests/test_utils.h"
|
| +#include "mojo/public/cpp/test_support/test_support.h"
|
| +#include "mojo/public/cpp/test_support/test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| // TODO(vtl): (here and below) crbug.com/342893
|
|
|