Remove base/cxx17_backports.h from the code in third_patry/crashpad

Remove the reference to `base/cxx17_backports.h` from the code.

Bug: chromium:1373621
Change-Id: I84dd5fc1b069b168e4558316344c1f1c5377a68b
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/4471860
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Ho Cheung 2023-04-25 23:33:34 +08:00 committed by Crashpad LUCI CQ
parent 3a6bc8c527
commit 07827d9807
4 changed files with 5 additions and 3 deletions

View File

@ -13,3 +13,4 @@ Vewd Software AS
LG Electronics, Inc.
MIPS Technologies, Inc.
Darshan Sen <raisinten@gmail.com>
Ho Cheung <uioptt24@gmail.com>

View File

@ -19,7 +19,6 @@
#include <algorithm>
#include "base/cxx17_backports.h"
#include "base/logging.h"
#include "client/ios_handler/in_process_intermediate_dump_handler.h"
#include "client/prune_crash_reports.h"

View File

@ -16,7 +16,8 @@
#include <mach-o/loader.h>
#include "base/cxx17_backports.h"
#include <algorithm>
#include "base/files/scoped_file.h"
#include "base/posix/eintr_wrapper.h"
#include "build/build_config.h"

View File

@ -17,7 +17,8 @@
#include <stddef.h>
#include <string.h>
#include "base/cxx17_backports.h"
#include <algorithm>
#include "minidump/minidump_context.h"
namespace crashpad {