mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-25 22:30:49 +08:00
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:
parent
3a6bc8c527
commit
07827d9807
1
AUTHORS
1
AUTHORS
@ -13,3 +13,4 @@ Vewd Software AS
|
|||||||
LG Electronics, Inc.
|
LG Electronics, Inc.
|
||||||
MIPS Technologies, Inc.
|
MIPS Technologies, Inc.
|
||||||
Darshan Sen <raisinten@gmail.com>
|
Darshan Sen <raisinten@gmail.com>
|
||||||
|
Ho Cheung <uioptt24@gmail.com>
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "base/cxx17_backports.h"
|
|
||||||
#include "base/logging.h"
|
#include "base/logging.h"
|
||||||
#include "client/ios_handler/in_process_intermediate_dump_handler.h"
|
#include "client/ios_handler/in_process_intermediate_dump_handler.h"
|
||||||
#include "client/prune_crash_reports.h"
|
#include "client/prune_crash_reports.h"
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
#include <mach-o/loader.h>
|
#include <mach-o/loader.h>
|
||||||
|
|
||||||
#include "base/cxx17_backports.h"
|
#include <algorithm>
|
||||||
|
|
||||||
#include "base/files/scoped_file.h"
|
#include "base/files/scoped_file.h"
|
||||||
#include "base/posix/eintr_wrapper.h"
|
#include "base/posix/eintr_wrapper.h"
|
||||||
#include "build/build_config.h"
|
#include "build/build_config.h"
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "base/cxx17_backports.h"
|
#include <algorithm>
|
||||||
|
|
||||||
#include "minidump/minidump_context.h"
|
#include "minidump/minidump_context.h"
|
||||||
|
|
||||||
namespace crashpad {
|
namespace crashpad {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user