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

Unified Diff: mojo/public/c/tests/bindings/testing_util.h

Issue 2234063002: Move the C bindings tests to the new location. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_mojo_bindings
Patch Set: 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
« no previous file with comments | « mojo/public/c/tests/bindings/struct_unittest.cc ('k') | mojo/public/c/tests/bindings/union_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/tests/bindings/testing_util.h
diff --git a/mojo/public/c/bindings/tests/testing_util.h b/mojo/public/c/tests/bindings/testing_util.h
similarity index 91%
rename from mojo/public/c/bindings/tests/testing_util.h
rename to mojo/public/c/tests/bindings/testing_util.h
index 98a38f3e9037a5c28407a6d467d4856248aa007f..6d276c1842d79a096af4c39b30f34a5665589fed 100644
--- a/mojo/public/c/bindings/tests/testing_util.h
+++ b/mojo/public/c/tests/bindings/testing_util.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_BINDINGS_TESTS_TESTING_UTIL_H_
-#define MOJO_PUBLIC_C_BINDINGS_TESTS_TESTING_UTIL_H_
+#ifndef MOJO_PUBLIC_C_TESTS_BINDINGS_TESTING_UTIL_H_
+#define MOJO_PUBLIC_C_TESTS_BINDINGS_TESTING_UTIL_H_
#include <mojo/bindings/buffer.h>
#include <mojo/system/handle.h>
@@ -44,4 +44,4 @@ void CopyAndCompare(
decode_fn(in_struct, in_struct_size, NULL, 0);
}
-#endif // MOJO_PUBLIC_C_BINDINGS_TESTS_TESTING_UTIL_H_
+#endif // MOJO_PUBLIC_C_TESTS_BINDINGS_TESTING_UTIL_H_
« no previous file with comments | « mojo/public/c/tests/bindings/struct_unittest.cc ('k') | mojo/public/c/tests/bindings/union_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698