From 1ba15daa73ea82e012988261c7e5743e0b5a8821 Mon Sep 17 00:00:00 2001 From: Justin Cohen Date: Thu, 14 Oct 2021 14:10:22 -0400 Subject: [PATCH] ios: Fix incorrect header include. Change-Id: I0c24eae67684f95297478420e60e362836ef8874 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3224139 Reviewed-by: Rohit Rao Reviewed-by: Mark Mentovai Commit-Queue: Justin Cohen --- client/ios_handler/in_process_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ios_handler/in_process_handler.h b/client/ios_handler/in_process_handler.h index 877ae19c..d825c29c 100644 --- a/client/ios_handler/in_process_handler.h +++ b/client/ios_handler/in_process_handler.h @@ -19,7 +19,7 @@ #include #include "base/files/file_path.h" -#include "handler/mac/crash_report_exception_handler.h" +#include "handler/crash_report_upload_thread.h" #include "snapshot/ios/process_snapshot_ios_intermediate_dump.h" #include "util/ios/ios_intermediate_dump_writer.h" #include "util/ios/ios_system_data_collector.h"