| Index: mojo/public/cpp/test_support/test_support.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/test_support/test_support.h b/mojo/public/cpp/test_support/test_support.h
|
| similarity index 75%
|
| rename from third_party/mojo/src/mojo/public/cpp/test_support/test_support.h
|
| rename to mojo/public/cpp/test_support/test_support.h
|
| index c797991413535990f645f37e20efe6396f6ff80c..9a536e649f848f11223bb18b86b40988968594af 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/test_support/test_support.h
|
| +++ b/mojo/public/cpp/test_support/test_support.h
|
| @@ -2,13 +2,13 @@
|
| // 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_CPP_TEST_SUPPORT_TEST_SUPPORT_H_
|
| -#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_TEST_SUPPORT_TEST_SUPPORT_H_
|
| +#ifndef MOJO_PUBLIC_CPP_TEST_SUPPORT_TEST_SUPPORT_H_
|
| +#define MOJO_PUBLIC_CPP_TEST_SUPPORT_TEST_SUPPORT_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#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 {
|
| @@ -32,4 +32,4 @@ std::vector<std::string> EnumerateSourceRootRelativeDirectory(
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_TEST_SUPPORT_TEST_SUPPORT_H_
|
| +#endif // MOJO_PUBLIC_CPP_TEST_SUPPORT_TEST_SUPPORT_H_
|
|
|