| Index: mojo/public/c/tests/system/core_perftest.cc
|
| diff --git a/mojo/public/c/tests/system/core_perftest.cc b/mojo/public/c/tests/system/core_perftest.cc
|
| index 0d2f411c13c44d97007a7ba2dbc3c18b5142b55e..eee782df0d0de6b1039e3d2d120d08ccb999712f 100644
|
| --- a/mojo/public/c/tests/system/core_perftest.cc
|
| +++ b/mojo/public/c/tests/system/core_perftest.cc
|
| @@ -19,7 +19,7 @@
|
| // TODO(vtl): (here and below) crbug.com/342893
|
| #if !defined(WIN32)
|
| #include <time.h>
|
| -#include "mojo/public/utility/thread.h"
|
| +#include "mojo/public/cpp/utility/thread.h"
|
| #endif // !defined(WIN32)
|
|
|
| namespace {
|
|
|