| Index: mojo/public/tests/test_support_private.h
|
| diff --git a/third_party/mojo/src/mojo/public/tests/test_support_private.h b/mojo/public/tests/test_support_private.h
|
| similarity index 76%
|
| rename from third_party/mojo/src/mojo/public/tests/test_support_private.h
|
| rename to mojo/public/tests/test_support_private.h
|
| index 6a8d1382116d8b6b83e03f3e3d4763199081416e..d72e15807810bdf0f5ee8c688253481dc89b3679 100644
|
| --- a/third_party/mojo/src/mojo/public/tests/test_support_private.h
|
| +++ b/mojo/public/tests/test_support_private.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_TESTS_TEST_SUPPORT_PRIVATE_H_
|
| -#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_TESTS_TEST_SUPPORT_PRIVATE_H_
|
| +#ifndef MOJO_PUBLIC_TESTS_TEST_SUPPORT_PRIVATE_H_
|
| +#define MOJO_PUBLIC_TESTS_TEST_SUPPORT_PRIVATE_H_
|
|
|
| #include <stdio.h>
|
|
|
| -#include "third_party/mojo/src/mojo/public/c/test_support/test_support.h"
|
| +#include "mojo/public/c/test_support/test_support.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
| @@ -34,4 +34,4 @@ class MOJO_TEST_SUPPORT_EXPORT TestSupport {
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_TESTS_TEST_SUPPORT_PRIVATE_H_
|
| +#endif // MOJO_PUBLIC_TESTS_TEST_SUPPORT_PRIVATE_H_
|
|
|