| 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_
|
|
|