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

Unified Diff: util/mac/process_types_test.cc

Issue 535343004: Add MachOImageReader and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback 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_segment_reader.cc ('k') | util/misc/uuid.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mac/process_types_test.cc
diff --git a/util/mac/process_types_test.cc b/util/mac/process_types_test.cc
index fb445f33d6e44dc281262d0d0a606b9fb86bedde..2bafdcae9a079eefcd936d266ae43ac660cdd15e 100644
--- a/util/mac/process_types_test.cc
+++ b/util/mac/process_types_test.cc
@@ -23,11 +23,7 @@
#include "base/strings/stringprintf.h"
#include "gtest/gtest.h"
#include "util/mac/mac_util.h"
-
-extern "C" {
-const struct dyld_all_image_infos* _dyld_get_all_image_infos();
-
-} // extern "C"
+#include "util/test/mac/dyld.h"
namespace {
« no previous file with comments | « util/mac/mach_o_image_segment_reader.cc ('k') | util/misc/uuid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698