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

Unified Diff: third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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: third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc b/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
index 60c6e5040c66dca79db6614b8743200b1ff11a9f..5fe92288711032626c6eaee37990f077e197bd95 100644
--- a/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
+++ b/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
@@ -21,6 +21,8 @@
#include "snapshot/mac/process_types/internal.h"
#include "util/mach/task_memory.h"
+#if !DOXYGEN
+
namespace crashpad {
namespace process_types {
namespace internal {
@@ -157,3 +159,5 @@ bool crashreporter_annotations_t<Traits>::ReadInto(
} // namespace internal
} // namespace process_types
} // namespace crashpad
+
+#endif // !DOXYGEN

Powered by Google App Engine
This is Rietveld 408576698