Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: mojo/public/c/tests/environment/async_waiter_perftest_helpers.h

Issue 2235993002: Move mojo/public/c/environment/tests to mojo/public/c/tests/environment. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: oops Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698