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

Unified Diff: util/test/mac/dyld.h

Issue 561933004: 10.6 SDK compatibility (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 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 | « util/mac/mach_o_image_reader_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/mac/dyld.h
diff --git a/util/test/mac/dyld.h b/util/test/mac/dyld.h
index 854d777693045c98f3166840d5f5a7365fa1325a..068e8deb2fb06a945464ff708f41721310eb1c02 100644
--- a/util/test/mac/dyld.h
+++ b/util/test/mac/dyld.h
@@ -22,7 +22,7 @@ extern "C" {
// Returns a pointer to this process’ dyld_all_image_infos structure. This is
// implemented as a non-public dyld API, declared in 10.9.2
// dyld-239.4/include/mach-o/dyld_priv.h.
-const dyld_all_image_infos* _dyld_get_all_image_infos();
+const struct dyld_all_image_infos* _dyld_get_all_image_infos();
} // extern "C"
« no previous file with comments | « util/mac/mach_o_image_reader_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698