| Index: test/gtest_death_check.h
|
| diff --git a/util/test/gtest_death_check.h b/test/gtest_death_check.h
|
| similarity index 93%
|
| rename from util/test/gtest_death_check.h
|
| rename to test/gtest_death_check.h
|
| index b3900b8b3225f5fc612432f1b6ab02d7c77ec7c1..8af50aac8281f4159c931418ec807f5714c1b2ba 100644
|
| --- a/util/test/gtest_death_check.h
|
| +++ b/test/gtest_death_check.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_TEST_GTEST_DEATH_CHECK_H_
|
| -#define CRASHPAD_UTIL_TEST_GTEST_DEATH_CHECK_H_
|
| +#ifndef CRASHPAD_TEST_GTEST_DEATH_CHECK_H_
|
| +#define CRASHPAD_TEST_GTEST_DEATH_CHECK_H_
|
|
|
| #include "base/logging.h"
|
| #include "gtest/gtest.h"
|
| @@ -52,4 +52,4 @@
|
|
|
| #endif
|
|
|
| -#endif // CRASHPAD_UTIL_TEST_GTEST_DEATH_CHECK_H_
|
| +#endif // CRASHPAD_TEST_GTEST_DEATH_CHECK_H_
|
|
|