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:

committed by
Chromium LUCI CQ

parent
4fc0000876
commit
a09d7dda2e
base
BUILD.gn
apple
files
ios
mac
message_loop
native_library_mac.mmpower_monitor
battery_level_provider_mac.mmpower_monitor_device_source.hpower_monitor_device_source_mac.mmthermal_state_observer_mac.mm
strings
time
chrome
app
browser
apps
enterprise
connectors
device_trust
key_management
core
mac
mock_secure_enclave_client.hmock_secure_enclave_helper.hsecure_enclave_client.hsecure_enclave_client_impl.hsecure_enclave_client_impl.mmsecure_enclave_client_unittest.mmsecure_enclave_helper.hsecure_enclave_helper_impl.hsecure_enclave_helper_impl.mmsecure_enclave_signing_key.ccsecure_enclave_signing_key_unittest.mm
persistence
extensions
api
enterprise_reporting_private
image_writer_private
mac
media
policy
renderer_host
safe_browsing
incident_reporting
signature_evaluator_mac.hsignature_evaluator_mac.mmsignature_evaluator_mac_unittest.ccui
web_applications
common
test
updater
device_management
mac
policy
utility
components
country_codes
device_signals
core
system_signals
memory_pressure
metal_util
metrics
os_crypt
password_manager
policy
core
power_metrics
remote_cocoa
services
storage_monitor
sync_device_info
viz
service
display_embedder
wifi
content
app_shim_remote_cocoa
browser
accessibility
font_access
renderer_host
sandbox_mac_unittest.mmcommon
renderer
crypto
device
bluetooth
fido
mac
gamepad
extensions/browser
gpu
command_buffer
service
shared_image
ipc
ios
chrome
browser
snapshots
ui
voice
components
credential_provider_extension
web
media
audio
base
capture
video
cast
encoding
gpu
mac
video_toolbox_decompression_interface.hvideo_toolbox_decompression_session.hvideo_toolbox_frame_converter.hvideo_toolbox_h264_accelerator.hvideo_toolbox_video_decoder.ccvideo_toolbox_video_decoder.hvideo_toolbox_vp9_accelerator.hvp9_super_frame_bitstream_filter.hvt_config_util.hvt_video_decode_accelerator_mac.hvt_video_encode_accelerator_mac.h
net
base
net_string_util_icu_alternatives_ios.mmnetwork_change_notifier_mac.hnetwork_config_watcher_mac.hplatform_mime_util_mac.mm
cert
proxy_resolution
ssl
printing
remoting
host
curtain_mode_mac.ccdesktop_resizer_mac.ccinput_injector_mac.cc
input_monitor
keyboard_layout_monitor_mac.ccmac
ios
rlz/mac/lib
services
device
battery
geolocation
serial
usb
wake_lock
power_save_blocker
preferences
tracked
shape_detection
skia/ext
third_party
blink
public
platform
renderer
core
platform
crashpad
crashpad
sudden_motion_sensor
tools/mac/power/power_sampler
ui
accelerated_widget_mac
accessibility
platform
base
accelerators
clipboard
cocoa
cursor_utils.mmnsmenuitem_additions.mmnsmenuitem_additions_unittest.mmpermissions_utils.mmsecure_password_input.mm
test
display
events
cocoa
keycodes
test
gfx
font_fallback_mac.mmhdr_metadata_mac.h
image
image_ios_unittest.mmimage_skia_util_ios.mmimage_unittest.ccimage_unittest_util.ccimage_unittest_util_apple.mm
mac
platform_font_mac.hplatform_font_mac.mmplatform_font_mac_unittest.mmnative_theme
snapshot
@ -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 {
|
||||
|
Reference in New Issue
Block a user