commit | a09d7dda2e1278b9ba903c3c5f459ace3cadb87c | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Thu Aug 17 16:26:58 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Aug 17 16:26:58 2023 |
tree | 120d20706f57db4173916622941813abf80ba219 | |
parent | 4fc0000876f377d0c787037ea56f4a033e3edcb7 [diff] [blame] |
Move scoped_cftypreref to base/apple, leave a forwarding header Crashpad is not yet updated for the new location, so leave a forwarding header to be removed later. Bug: 1444927 Change-Id: Ib00aa68980726f7702f740d543953abe397ffddc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4790741 Owners-Override: Avi Drissman <[email protected]> Commit-Queue: Avi Drissman <[email protected]> Commit-Queue: Mark Mentovai <[email protected]> Auto-Submit: Avi Drissman <[email protected]> Reviewed-by: Mark Mentovai <[email protected]> Cr-Commit-Position: refs/heads/main@{#1184758}
diff --git a/chrome/browser/safe_browsing/signature_evaluator_mac.h b/chrome/browser/safe_browsing/signature_evaluator_mac.h index 6a9acfb..fd824134 100644 --- a/chrome/browser/safe_browsing/signature_evaluator_mac.h +++ b/chrome/browser/safe_browsing/signature_evaluator_mac.h
@@ -9,8 +9,8 @@ #include <string> +#include "base/apple/scoped_cftyperef.h" #include "base/files/file_path.h" -#include "base/mac/scoped_cftyperef.h" #include "chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h" namespace safe_browsing {