| Index: mojo/public/c/tests/environment/async_waiter_perftest_helpers.h
|
| diff --git a/mojo/public/c/environment/tests/async_waiter_perftest_helpers.h b/mojo/public/c/tests/environment/async_waiter_perftest_helpers.h
|
| similarity index 86%
|
| rename from mojo/public/c/environment/tests/async_waiter_perftest_helpers.h
|
| rename to mojo/public/c/tests/environment/async_waiter_perftest_helpers.h
|
| index 0a3c3e6cb0f99c6023d190e9c8658b16406970a4..e49faeb5f1860ca71dc1d08bf10e0913f6d7584a 100644
|
| --- a/mojo/public/c/environment/tests/async_waiter_perftest_helpers.h
|
| +++ b/mojo/public/c/tests/environment/async_waiter_perftest_helpers.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_PUBLIC_C_ENVIRONMENT_TESTS_ASYNC_WAITER_PERFTEST_HELPERS_H_
|
| -#define MOJO_PUBLIC_C_ENVIRONMENT_TESTS_ASYNC_WAITER_PERFTEST_HELPERS_H_
|
| +#ifndef MOJO_PUBLIC_C_TESTS_ENVIRONMENT_ASYNC_WAITER_PERFTEST_HELPERS_H_
|
| +#define MOJO_PUBLIC_C_TESTS_ENVIRONMENT_ASYNC_WAITER_PERFTEST_HELPERS_H_
|
|
|
| #include <mojo/environment/async_waiter.h>
|
| #include <stdint.h>
|
| @@ -28,4 +28,4 @@ uint64_t DoAsyncWaiterPerfTest(const MojoAsyncWaiter* async_waiter,
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_C_ENVIRONMENT_TESTS_ASYNC_WAITER_PERFTEST_HELPERS_H_
|
| +#endif // MOJO_PUBLIC_C_TESTS_ENVIRONMENT_ASYNC_WAITER_PERFTEST_HELPERS_H_
|
|
|