0

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 <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Auto-Submit: Avi Drissman <avi@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1184758}
This commit is contained in:
Avi Drissman
2023-08-17 16:26:58 +00:00
committed by Chromium LUCI CQ
parent 4fc0000876
commit a09d7dda2e
263 changed files with 316 additions and 302 deletions
base
chrome
app
browser
common
test
updater
utility
image_writer
safe_browsing
components
content
crypto
device
extensions/browser
gpu
command_buffer
service
ipc
ios
media
net
printing
remoting
rlz/mac/lib
services
skia/ext
third_party
tools/mac/power/power_sampler
ui

@ -7,8 +7,8 @@
#include <Foundation/Foundation.h>
#import <IOKit/IOKitLib.h>
#include "base/apple/scoped_cftyperef.h"
#include "base/mac/foundation_util.h"
#include "base/mac/scoped_cftyperef.h"
#include "base/mac/scoped_ioobject.h"
#include "base/strings/sys_string_conversions.h"
#include "base/time/time.h"

@ -12,7 +12,7 @@
#include <memory>
#include "base/mac/scoped_cftyperef.h"
#include "base/apple/scoped_cftyperef.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
namespace power_metrics {