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

Unified Diff: test/mac/dyld.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
Index: test/mac/dyld.h
diff --git a/util/test/mac/dyld.h b/test/mac/dyld.h
similarity index 88%
rename from util/test/mac/dyld.h
rename to test/mac/dyld.h
index 068e8deb2fb06a945464ff708f41721310eb1c02..e436c5d13c639763300a58b0b1267bcccb5b2793 100644
--- a/util/test/mac/dyld.h
+++ b/test/mac/dyld.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_MAC_DYLD_H_
-#define CRASHPAD_UTIL_TEST_MAC_DYLD_H_
+#ifndef CRASHPAD_TEST_MAC_DYLD_H_
+#define CRASHPAD_TEST_MAC_DYLD_H_
#include <mach-o/dyld_images.h>
@@ -26,4 +26,4 @@ const struct dyld_all_image_infos* _dyld_get_all_image_infos();
} // extern "C"
-#endif // CRASHPAD_UTIL_TEST_MAC_DYLD_H_
+#endif // CRASHPAD_TEST_MAC_DYLD_H_
« no previous file with comments | « test/gtest_death_check.h ('k') | test/mac/mach_errors.h » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698