0

Remove/replace unnecessary logging.h includes in .cc files (content)

CHECK, CHECK_EQ etc., and NOTREACHED/NOTIMPLEMENTED have moved
to the much smaller headers check.h, check_op.h, and notreached.h,
respectively.

This CL updates .cc files to use those headers instead when
possible, with the purpose of saving compile time.

(Split out from https://crrev.com/c/2164525 which also has
notes on how the change was generated.)

Bug: 1031540
Change-Id: I643818242b92e19a1048fac89dd8aae323e8b1ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164510
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Reviewed-by: Alex Gough <ajgo@chromium.org>
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763511}
This commit is contained in:
Hans Wennborg
2020-04-28 20:21:15 +00:00
committed by Commit Bot
parent 7f9a165b51
commit 0917de897c
288 changed files with 309 additions and 288 deletions
content
app
browser
accessibility
android
appcache
background_fetch
background_sync
bluetooth
browser_context.ccbrowser_main_runner_impl.ccbrowser_thread_impl.cc
browsing_data
browsing_instance.cc
cache_storage
child_process_launcher.cc
compositor
context_factory.cc
conversions
dom_storage
download
field_trial_synchronizer.cc
file_system
font_unique_name_lookup
frame_host
gpu
histogram_synchronizer.cc
indexed_db
keyboard_lock
media
native_file_system
notifications
plugin_list.cc
push_messaging
renderer_host
resource_context_impl.cc
scheduler
service_worker
sms
speech
ssl
system_connector_impl.cc
tracing
web_contents
web_package
webauth
webui
worker_host
child
common
ppapi_plugin
public
renderer
android
frame_swap_message_queue.cc
input
loader
media
mouse_lock_dispatcher.cc
pepper
renderer_main_platform_delegate_linux.ccrenderer_main_platform_delegate_win.ccsavable_resources.cc
service_worker
worker
shell
test

@ -9,8 +9,8 @@
#include "base/android/library_loader/library_loader_hooks.h"
#include "base/android/memory_pressure_listener_android.h"
#include "base/android/unguessable_token_android.h"
#include "base/check.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/unguessable_token.h"
#include "content/child/child_thread_impl.h"

@ -4,7 +4,7 @@
#include <string>
#include "base/logging.h"
#include "base/check.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
#include "content/browser/accessibility/browser_accessibility.h"

@ -9,7 +9,7 @@
#include <memory>
#include <utility>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/strings/pattern.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/logging.h"
#include "base/check.h"
#include "content/browser/accessibility/browser_accessibility.h"
#include "content/browser/accessibility/browser_accessibility_manager.h"
#include "content/browser/web_contents/web_contents_impl.h"

@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/logging.h"
#include "content/browser/accessibility/browser_accessibility.h"
#include "content/browser/accessibility/browser_accessibility_manager.h"
#include "content/browser/web_contents/web_contents_impl.h"

@ -4,7 +4,7 @@
#include "content/browser/accessibility/hit_testing_browsertest.h"
#include "base/logging.h"
#include "base/check.h"
#include "build/build_config.h"
#include "build/chromecast_buildflags.h"
#include "content/browser/accessibility/accessibility_tree_formatter_blink.h"

@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/logging.h"
#include "build/build_config.h"
#include "content/browser/accessibility/browser_accessibility.h"
#include "content/browser/accessibility/browser_accessibility_manager.h"

@ -7,7 +7,6 @@
#include "base/android/build_info.h"
#include "base/base_switches.h"
#include "base/command_line.h"
#include "base/logging.h"
#include "base/system/sys_info.h"
#include "cc/base/switches.h"
#include "content/public/browser/android/compositor.h"

@ -8,8 +8,8 @@
#include "base/android/jni_android.h"
#include "base/android/jni_string.h"
#include "base/android/scoped_java_ref.h"
#include "base/check.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "content/browser/renderer_host/render_process_host_impl.h"
#include "content/common/view_messages.h"
#include "content/public/android/content_jni_headers/ContentViewStaticsImpl_jni.h"

@ -11,7 +11,8 @@
#include "base/android/jni_android.h"
#include "base/android/jni_string.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"

@ -4,7 +4,8 @@
#include "content/browser/android/java/java_type.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/strings/string_util.h"
namespace content {

@ -4,8 +4,8 @@
#include "content/browser/android/selection/composited_touch_handle_drawable.h"
#include "base/check.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/numerics/ranges.h"
#include "cc/layers/ui_resource_layer.h"

@ -9,7 +9,8 @@
#include <algorithm>
#include <vector>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/stl_util.h"
#include "content/browser/appcache/appcache_database.h"
#include "content/browser/appcache/appcache_group.h"

@ -10,8 +10,8 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback_helpers.h"
#include "base/check.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/memory/ref_counted.h"
#include "base/single_thread_task_runner.h"
#include "base/stl_util.h"

@ -9,8 +9,8 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/numerics/checked_math.h"
#include "base/pickle.h"
#include "base/threading/thread_task_runner_handle.h"

@ -8,8 +8,8 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
#include "content/browser/appcache/appcache.h"

@ -7,7 +7,7 @@
#include <utility>
#include <vector>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/memory/ptr_util.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"

@ -8,7 +8,8 @@
#include <vector>
#include "base/bind.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_piece.h"
#include "base/strings/string_util.h"

@ -36,8 +36,9 @@
#include <tuple>
#include <utility>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/metrics/histogram_functions.h"
#include "base/notreached.h"
#include "base/strings/string_piece.h"
#include "base/strings/utf_string_conversions.h"
#include "content/browser/appcache/appcache.h"

@ -11,8 +11,8 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/check_op.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "base/single_thread_task_runner.h"

@ -8,8 +8,8 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/debug/crash_logging.h"
#include "base/logging.h"
#include "content/browser/appcache/appcache_host.h"
#include "content/browser/appcache/appcache_request.h"
#include "content/browser/appcache/appcache_request_handler.h"

@ -4,7 +4,7 @@
#include "content/browser/appcache/appcache_working_set.h"
#include "base/logging.h"
#include "base/check.h"
#include "content/browser/appcache/appcache.h"
#include "content/browser/appcache/appcache_group.h"
#include "content/browser/appcache/appcache_response_info.h"

@ -7,8 +7,8 @@
#include <stddef.h>
#include "base/bind.h"
#include "base/check.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/memory/ref_counted.h"
#include "base/single_thread_task_runner.h"
#include "base/stl_util.h"

@ -11,10 +11,10 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/check.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/guid.h"
#include "base/logging.h"
#include "base/memory/weak_ptr.h"
#include "base/run_loop.h"
#include "base/time/time.h"

@ -8,7 +8,7 @@
#include <string>
#include "base/bind.h"
#include "base/logging.h"
#include "base/check.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

@ -11,9 +11,9 @@
#include <vector>
#include "base/bind.h"
#include "base/check.h"
#include "base/files/scoped_temp_dir.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/metrics/field_trial.h"
#include "base/run_loop.h"

@ -4,7 +4,7 @@
#include "content/browser/bluetooth/bluetooth_blocklist.h"
#include "base/logging.h"
#include "base/check.h"
#include "base/metrics/histogram_macros.h"
#include "base/optional.h"
#include "base/strings/string_split.h"

@ -5,7 +5,6 @@
#include <iostream>
#include "base/hash/hash.h"
#include "base/logging.h"
#include "device/bluetooth/public/cpp/bluetooth_uuid.h"
int main(int argc, char** argv) {

@ -16,17 +16,18 @@
#include "base/base64.h"
#include "base/bind.h"
#include "base/check_op.h"
#include "base/command_line.h"
#include "base/debug/dump_without_crashing.h"
#include "base/feature_list.h"
#include "base/files/file_path.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "base/memory/weak_ptr.h"
#include "base/metrics/field_trial_params.h"
#include "base/no_destructor.h"
#include "base/notreached.h"
#include "base/supports_user_data.h"
#include "base/task/post_task.h"
#include "base/threading/sequenced_task_runner_handle.h"

@ -5,11 +5,11 @@
#include "content/browser/browser_main_runner_impl.h"
#include "base/base_switches.h"
#include "base/check.h"
#include "base/command_line.h"
#include "base/debug/debugger.h"
#include "base/debug/leak_annotations.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/metrics/histogram_macros.h"
#include "base/run_loop.h"
#include "base/synchronization/atomic_flag.h"

@ -10,8 +10,8 @@
#include "base/atomicops.h"
#include "base/bind.h"
#include "base/callback.h"
#include "base/check_op.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/message_loop/message_loop_current.h"
#include "base/no_destructor.h"

@ -19,7 +19,6 @@
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "base/run_loop.h"

@ -4,8 +4,8 @@
#include "content/browser/browsing_instance.h"
#include "base/check_op.h"
#include "base/command_line.h"
#include "base/logging.h"
#include "content/browser/child_process_security_policy_impl.h"
#include "content/browser/site_instance_impl.h"
#include "content/public/browser/browser_context.h"

@ -8,7 +8,7 @@
#include <utility>
#include "base/bind.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "net/base/io_buffer.h"
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_context_getter.h"

@ -15,10 +15,10 @@
#include "base/callback_helpers.h"
#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "base/memory/ref_counted.h"
#include "base/notreached.h"
#include "base/run_loop.h"
#include "base/strings/strcat.h"
#include "base/strings/string_number_conversions.h"

@ -7,9 +7,9 @@
#include <string>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/feature_list.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/metrics/field_trial_params.h"
#include "base/metrics/histogram_macros.h"
#include "base/sequenced_task_runner.h"

@ -7,11 +7,11 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/clang_profiling_buildflags.h"
#include "base/command_line.h"
#include "base/files/file_util.h"
#include "base/i18n/icu_util.h"
#include "base/logging.h"
#include "base/process/launch.h"
#include "build/build_config.h"
#include "content/public/browser/child_process_launcher_utils.h"

@ -4,7 +4,7 @@
#include "content/browser/compositor/image_transport_factory.h"
#include "base/logging.h"
#include "base/check.h"
namespace content {
namespace {

@ -4,7 +4,7 @@
#include "content/public/browser/context_factory.h"
#include "base/logging.h"
#include "base/check.h"
#include "content/browser/compositor/image_transport_factory.h"
namespace content {

@ -6,7 +6,7 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/logging.h"
#include "base/check.h"
#include "base/memory/ptr_util.h"
#include "content/browser/conversions/conversion_manager.h"
#include "content/browser/conversions/conversion_manager_impl.h"

@ -5,7 +5,6 @@
#include "content/browser/conversions/conversion_policy.h"
#include "base/format_macros.h"
#include "base/logging.h"
#include "base/memory/ptr_util.h"
#include "base/rand_util.h"
#include "base/strings/stringprintf.h"

@ -4,7 +4,7 @@
#include "content/browser/conversions/storable_conversion.h"
#include "base/logging.h"
#include "base/check.h"
namespace content {

@ -4,7 +4,7 @@
#include "content/browser/conversions/storable_impression.h"
#include "base/logging.h"
#include "base/check_op.h"
namespace content {

@ -8,7 +8,6 @@
#include "base/bind.h"
#include "base/callback_helpers.h"
#include "base/logging.h"
#include "base/memory/ptr_util.h"
#include "base/task/post_task.h"
#include "components/services/storage/public/mojom/session_storage_control.mojom.h"

@ -5,7 +5,8 @@
#include "content/browser/download/save_file.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/check.h"
#include "base/notreached.h"
#include "base/optional.h"
#include "components/download/public/common/download_item.h"
#include "components/download/public/common/download_task_runner.h"

@ -4,7 +4,8 @@
#include "content/browser/download/save_item.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/strings/string_util.h"
#include "content/browser/download/save_file.h"
#include "content/browser/download/save_file_manager.h"

@ -5,7 +5,7 @@
#include "content/browser/field_trial_synchronizer.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/task/post_task.h"
#include "base/threading/thread.h"
#include "components/metrics/persistent_system_profile.h"

@ -7,11 +7,12 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/feature_list.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/metrics/user_metrics.h"
#include "base/notreached.h"
#include "base/sequenced_task_runner.h"
#include "base/strings/string_util.h"
#include "base/task/post_task.h"

@ -5,10 +5,10 @@
#include "content/browser/font_unique_name_lookup/font_unique_name_lookup.h"
#include "base/android/build_info.h"
#include "base/check.h"
#include "base/files/file.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/metrics/histogram_macros.h"
#include "base/no_destructor.h"
#include "base/path_service.h"

@ -4,9 +4,9 @@
#include "content/browser/font_unique_name_lookup/font_unique_name_lookup_service.h"
#include "base/check.h"
#include "base/feature_list.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/no_destructor.h"
#include "base/task/post_task.h"

@ -6,9 +6,10 @@
#include <utility>
#include "base/check_op.h"
#include "base/debug/dump_without_crashing.h"
#include "base/logging.h"
#include "base/metrics/histogram_macros.h"
#include "base/notreached.h"
#include "base/strings/string_util.h"
#include "base/time/time.h"
#include "content/browser/child_process_security_policy_impl.h"

@ -10,7 +10,7 @@
#include "base/android/jni_string.h"
#include "base/android/unguessable_token_android.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "content/browser/frame_host/render_frame_host_delegate.h"
#include "content/browser/frame_host/render_frame_host_impl.h"
#include "content/public/android/content_jni_headers/RenderFrameHostImpl_jni.h"

@ -4,7 +4,7 @@
#include "content/browser/frame_host/render_frame_host_factory.h"
#include "base/logging.h"
#include "base/check.h"
#include "base/memory/ptr_util.h"
#include "content/browser/frame_host/frame_tree_node.h"
#include "content/browser/frame_host/render_frame_host_impl.h"

@ -12,12 +12,13 @@
#include <utility>
#include <vector>
#include "base/check_op.h"
#include "base/command_line.h"
#include "base/containers/adapters.h"
#include "base/debug/crash_logging.h"
#include "base/debug/dump_without_crashing.h"
#include "base/logging.h"
#include "base/memory/ptr_util.h"
#include "base/notreached.h"
#include "base/stl_util.h"
#include "base/trace_event/trace_event.h"
#include "build/build_config.h"

@ -4,7 +4,7 @@
#include "content/browser/gpu/gpu_feature_checker_impl.h"
#include "base/logging.h"
#include "base/check.h"
#include "build/build_config.h"
#include "content/browser/gpu/gpu_data_manager_impl.h"
#include "content/public/browser/browser_thread.h"

@ -5,7 +5,7 @@
#include "content/browser/gpu/gpu_memory_buffer_manager_singleton.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/task/post_task.h"
#include "components/viz/host/gpu_host_impl.h"
#include "content/browser/gpu/gpu_process_host.h"

@ -8,9 +8,9 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/check_op.h"
#include "base/lazy_instance.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/metrics/histogram_delta_serialization.h"
#include "base/metrics/histogram_macros.h"
#include "base/pickle.h"

@ -13,11 +13,12 @@
#include "base/barrier_closure.h"
#include "base/bind.h"
#include "base/callback.h"
#include "base/check_op.h"
#include "base/containers/span.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/guid.h"
#include "base/logging.h"
#include "base/notreached.h"
#include "base/sequenced_task_runner.h"
#include "base/stl_util.h"
#include "base/strings/string16.h"

@ -6,7 +6,7 @@
#include <utility>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/stl_util.h"
#include "content/browser/indexed_db/indexed_db_class_factory.h"
#include "content/browser/indexed_db/indexed_db_database_callbacks.h"

@ -10,11 +10,11 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/check_op.h"
#include "base/command_line.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/logging.h"
#include "base/metrics/histogram_functions.h"
#include "base/sequenced_task_runner.h"
#include "base/strings/string_util.h"

@ -9,7 +9,8 @@
#include <vector>
#include "base/bind.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/task/post_task.h"
#include "content/browser/indexed_db/indexed_db_callback_helpers.h"
#include "content/browser/indexed_db/indexed_db_callbacks.h"

@ -10,7 +10,6 @@
#include "base/auto_reset.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/run_loop.h"
#include "base/strings/string16.h"

@ -7,7 +7,7 @@
#include <utility>
#include "base/bind.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "content/browser/indexed_db/indexed_db_leveldb_coding.h"
#include "third_party/blink/public/mojom/indexeddb/indexeddb.mojom.h"

@ -10,7 +10,6 @@
#include "base/barrier_closure.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/scoped_refptr.h"
#include "base/run_loop.h"

@ -7,7 +7,6 @@
#include <stddef.h>
#include <utility>
#include "base/logging.h"
#include "base/strings/utf_string_conversions.h"
#include "content/browser/indexed_db/indexed_db_backing_store.h"
#include "content/browser/indexed_db/indexed_db_tracing.h"

@ -10,8 +10,9 @@
#include <utility>
#include "base/big_endian.h"
#include "base/check_op.h"
#include "base/containers/span.h"
#include "base/logging.h"
#include "base/notreached.h"
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
#include "base/sys_byteorder.h"

@ -6,7 +6,6 @@
#include <utility>
#include "base/logging.h"
namespace content {

@ -10,7 +10,7 @@
#include <vector>
#include "base/bind.h"
#include "base/logging.h"
#include "base/check.h"
#include "base/task/post_task.h"
#include "base/task_runner_util.h"
#include "base/threading/sequenced_task_runner_handle.h"

@ -8,10 +8,11 @@
#include <vector>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/metrics/histogram_functions.h"
#include "base/metrics/histogram_macros.h"
#include "base/notreached.h"
#include "base/stl_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/threading/sequenced_task_runner_handle.h"

@ -9,8 +9,8 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/check.h"
#include "base/debug/stack_trace.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/run_loop.h"
#include "base/strings/utf_string_conversions.h"

@ -4,7 +4,7 @@
#include "content/browser/indexed_db/indexed_db_value.h"
#include "base/logging.h"
#include "base/check.h"
#include "third_party/blink/public/mojom/indexeddb/indexeddb.mojom.h"
namespace content {

@ -9,8 +9,8 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/check.h"
#include "base/containers/flat_set.h"
#include "base/logging.h"
#include "base/metrics/histogram_macros.h"
#include "base/optional.h"
#include "content/browser/frame_host/render_frame_host_impl.h"

@ -7,8 +7,8 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/task/post_task.h"
#include "base/unguessable_token.h"
#include "content/public/browser/browser_task_traits.h"

@ -10,12 +10,13 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/command_line.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/message_loop/message_pump_type.h"
#include "base/metrics/histogram_macros.h"
#include "base/notreached.h"
#include "base/single_thread_task_runner.h"
#include "base/strings/string_number_conversions.h"
#include "base/synchronization/lock.h"

@ -8,11 +8,12 @@
#include "base/bind_helpers.h"
#include "base/callback.h"
#include "base/callback_helpers.h"
#include "base/check_op.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/notreached.h"
#include "base/numerics/safe_conversions.h"
#include "base/task/post_task.h"
#include "base/threading/thread_task_runner_handle.h"

@ -9,7 +9,7 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/logging.h"
#include "base/check_op.h"
namespace content {

@ -6,7 +6,7 @@
#include <utility>
#include "base/logging.h"
#include "base/check_op.h"
#include "media/capture/content/android/thread_safe_capture_oracle.h"
namespace content {

@ -7,8 +7,8 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/no_destructor.h"
#include "base/stl_util.h"
#include "base/task/post_task.h"

@ -8,8 +8,8 @@
#include <utility>
#include "base/bind.h"
#include "base/check_op.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/task/post_task.h"
#include "content/browser/browser_main_loop.h"
#include "content/browser/web_contents/web_contents_impl.h"

@ -7,7 +7,6 @@
#include "base/bind.h"
#include "base/command_line.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/run_loop.h"
#include "base/single_thread_task_runner.h"
#include "base/test/scoped_feature_list.h"

@ -5,9 +5,10 @@
#include "content/browser/native_file_system/native_file_system_manager_impl.h"
#include "base/callback_helpers.h"
#include "base/check_op.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/metrics/histogram_functions.h"
#include "base/notreached.h"
#include "base/strings/strcat.h"
#include "base/task/post_task.h"
#include "base/task/thread_pool.h"

@ -9,8 +9,8 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback_helpers.h"
#include "base/check_op.h"
#include "base/feature_list.h"
#include "base/logging.h"
#include "base/strings/string16.h"
#include "base/task/post_task.h"
#include "content/browser/notifications/notification_event_dispatcher_impl.h"

@ -8,7 +8,8 @@
#include <memory>
#include "base/logging.h"
#include "base/check.h"
#include "base/notreached.h"
#include "base/optional.h"
#include "base/strings/utf_string_conversions.h"
#include "base/threading/thread_restrictions.h"

@ -6,7 +6,7 @@
#include <sstream>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"

@ -7,7 +7,7 @@
#include <memory>
#include <utility>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/task/post_task.h"
#include "content/browser/notifications/devtools_event_logging.h"
#include "content/browser/service_worker/service_worker_context_wrapper.h"

@ -8,9 +8,9 @@
#include <algorithm>
#include "base/check.h"
#include "base/command_line.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/stl_util.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"

@ -10,10 +10,11 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/check_op.h"
#include "base/command_line.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/metrics/histogram_macros.h"
#include "base/notreached.h"
#include "base/optional.h"
#include "base/strings/string_number_conversions.h"
#include "base/task/post_task.h"

@ -3,7 +3,8 @@
// found in the LICENSE file.
#include "content/browser/renderer_host/direct_manipulation_test_helper_win.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
namespace content {
MockDirectManipulationContent::MockDirectManipulationContent() {}

@ -14,9 +14,9 @@
#include <utility>
#include "base/callback_helpers.h"
#include "base/check_op.h"
#include "base/feature_list.h"
#include "base/i18n/case_conversion.h"
#include "base/logging.h"
#include "base/metrics/histogram_functions.h"
#include "base/metrics/histogram_macros.h"
#include "base/stl_util.h"

@ -11,7 +11,6 @@
#include <vector>
#include "base/location.h"
#include "base/logging.h"
#include "base/run_loop.h"
#include "base/single_thread_task_runner.h"
#include "base/test/scoped_feature_list.h"

@ -4,7 +4,8 @@
#include "content/browser/renderer_host/input/motion_event_web.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/numerics/math_constants.h"
#include "content/common/input/web_touch_event_traits.h"
#include "ui/events/blink/blink_event_util.h"

@ -9,9 +9,9 @@
#include <memory>
#include <utility>
#include "base/check_op.h"
#include "base/containers/circular_deque.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/run_loop.h"
#include "base/single_thread_task_runner.h"
#include "base/stl_util.h"

@ -7,9 +7,10 @@
#include <stddef.h>
#include <string>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/metrics/histogram_functions.h"
#include "base/metrics/histogram_macros.h"
#include "base/notreached.h"
#include "build/build_config.h"
#include "content/browser/renderer_host/render_widget_host_delegate.h"
#include "content/public/browser/browser_thread.h"

@ -4,7 +4,8 @@
#include "content/browser/renderer_host/input/stylus_text_selector.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "ui/events/event_constants.h"
#include "ui/events/gesture_detection/gesture_detector.h"
#include "ui/events/gesture_detection/gesture_provider_config_helper.h"

@ -4,7 +4,7 @@
#include "content/browser/renderer_host/input/synthetic_gesture.h"
#include "base/logging.h"
#include "base/notreached.h"
#include "content/browser/renderer_host/input/synthetic_gesture_target.h"
#include "content/browser/renderer_host/input/synthetic_pinch_gesture.h"
#include "content/browser/renderer_host/input/synthetic_pointer_action.h"

@ -4,7 +4,7 @@
#include "content/browser/renderer_host/input/synthetic_pointer_action.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "ui/latency/latency_info.h"
namespace content {

@ -6,7 +6,8 @@
#include <stdint.h>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "ui/gfx/geometry/point_f.h"
namespace content {

@ -4,7 +4,8 @@
#include "content/browser/renderer_host/input/synthetic_tap_gesture.h"
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "third_party/blink/public/common/input/web_input_event.h"
#include "ui/latency/latency_info.h"

@ -8,7 +8,8 @@
#include <cmath>
#include "base/logging.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "ui/latency/latency_info.h"
namespace content {

@ -4,7 +4,7 @@
#include "content/browser/renderer_host/input/tap_suppression_controller.h"
#include "base/logging.h"
#include "base/notreached.h"
#include "base/trace_event/trace_event.h"
#include "ui/events/gesture_detection/gesture_configuration.h"

Some files were not shown because too many files have changed in this diff Show More