Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1465)

Unified Diff: test/gtest_death_check.h

Issue 1051533002: test: Move util/test to its own top-level directory, test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/errors.cc ('k') | test/mac/dyld.h » ('j') | util/util_test.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « test/errors.cc ('k') | test/mac/dyld.h » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698