| Index: third_party/googletest/custom/gmock/internal/custom/gmock-port.h
|
| diff --git a/third_party/googletest/gmock_custom/gmock/internal/custom/gmock-port.h b/third_party/googletest/custom/gmock/internal/custom/gmock-port.h
|
| similarity index 77%
|
| rename from third_party/googletest/gmock_custom/gmock/internal/custom/gmock-port.h
|
| rename to third_party/googletest/custom/gmock/internal/custom/gmock-port.h
|
| index b541499a85d0c00225d2a9c9f3277b43bf489bec..de84e186b8fa902fdf74265acf091a58676ea4ad 100644
|
| --- a/third_party/googletest/gmock_custom/gmock/internal/custom/gmock-port.h
|
| +++ b/third_party/googletest/custom/gmock/internal/custom/gmock-port.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 TESTING_GMOCK_CUSTOM_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
|
| -#define TESTING_GMOCK_CUSTOM_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
|
| +#ifndef THIRD_PARTY_GOOGLETEST_CUSTOM_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
|
| +#define THIRD_PARTY_GOOGLETEST_CUSTOM_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
|
|
|
| #include <type_traits>
|
|
|
| @@ -22,4 +22,4 @@ using is_default_constructible = std::is_constructible<T>;
|
| #endif
|
| }
|
|
|
| -#endif // TESTING_GMOCK_CUSTOM_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
|
| +#endif // THIRD_PARTY_GOOGLETEST_CUSTOM_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
|
|
|