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

Unified Diff: test/mac/mach_errors.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/mac/dyld.h ('k') | test/mac/mach_errors.cc » ('j') | util/util_test.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/mach_errors.h
diff --git a/util/test/mac/mach_errors.h b/test/mac/mach_errors.h
similarity index 95%
rename from util/test/mac/mach_errors.h
rename to test/mac/mach_errors.h
index 2b1fd8533b111a2e6df711bc64c2dc4177e1adee..2283ae775f2cab71fe303fa23dfb0bd0d3e43158 100644
--- a/util/test/mac/mach_errors.h
+++ b/test/mac/mach_errors.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_MAC_MACH_ERRORS_H_
-#define CRASHPAD_UTIL_TEST_MAC_MACH_ERRORS_H_
+#ifndef CRASHPAD_TEST_MAC_MACH_ERRORS_H_
+#define CRASHPAD_TEST_MAC_MACH_ERRORS_H_
#include <mach/mach.h>
@@ -67,4 +67,4 @@ std::string BootstrapErrorMessage(kern_return_t bootstrap_err,
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_UTIL_TEST_MAC_MACH_ERRORS_H_
+#endif // CRASHPAD_TEST_MAC_MACH_ERRORS_H_
« no previous file with comments | « test/mac/dyld.h ('k') | test/mac/mach_errors.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698