Skip to content

Commit 07827d9

Browse files
gz83Crashpad LUCI CQ
authored and
Crashpad LUCI CQ
committed
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 <[email protected]> Reviewed-by: Mark Mentovai <[email protected]>
1 parent 3a6bc8c commit 07827d9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Vewd Software AS
1313
LG Electronics, Inc.
1414
MIPS Technologies, Inc.
1515
Darshan Sen <[email protected]>
16+
Ho Cheung <[email protected]>

client/ios_handler/in_process_handler.cc

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#include <algorithm>
2121

22-
#include "base/cxx17_backports.h"
2322
#include "base/logging.h"
2423
#include "client/ios_handler/in_process_intermediate_dump_handler.h"
2524
#include "client/prune_crash_reports.h"

snapshot/ios/process_snapshot_ios_intermediate_dump_test.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
#include <mach-o/loader.h>
1818

19-
#include "base/cxx17_backports.h"
19+
#include <algorithm>
20+
2021
#include "base/files/scoped_file.h"
2122
#include "base/posix/eintr_wrapper.h"
2223
#include "build/build_config.h"

snapshot/minidump/thread_snapshot_minidump.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
#include <stddef.h>
1818
#include <string.h>
1919

20-
#include "base/cxx17_backports.h"
20+
#include <algorithm>
21+
2122
#include "minidump/minidump_context.h"
2223

2324
namespace crashpad {

0 commit comments

Comments
 (0)