| Index: mojo/public/tests/system/core_perftest.cc
|
| diff --git a/mojo/public/tests/system/core_perftest.cc b/mojo/public/tests/system/core_perftest.cc
|
| index 6874375bdadb0fc046094894ab34318ef28263de..53ac6b88738abdab92f54a8f5503e72a6c4bb776 100644
|
| --- a/mojo/public/tests/system/core_perftest.cc
|
| +++ b/mojo/public/tests/system/core_perftest.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| // This tests the performance of the C API.
|
|
|
| -#include "mojo/public/system/core.h"
|
| +#include "mojo/public/c/system/core.h"
|
|
|
| #include <assert.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| #include <stdio.h>
|
|
|
| -#include "mojo/public/system/macros.h"
|
| +#include "mojo/public/c/system/macros.h"
|
| #include "mojo/public/tests/test_support.h"
|
| #include "mojo/public/tests/test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|