0

Remove superfluous base/location.h includes in headers.

Since base/location.h only defines a few symbols, one can easily find
headers that do not reference them.

Bug: 242216
Change-Id: I34754a2e23a8a5421e63e3315e369d6f3220ec0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3354357
Reviewed-by: danakj chromium <danakj@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Commit-Queue: danakj chromium <danakj@chromium.org>
Owners-Override: danakj chromium <danakj@chromium.org>
Cr-Commit-Position: refs/heads/main@{#953924}
This commit is contained in:
Lei Zhang
2021-12-23 20:33:56 +00:00
committed by Chromium LUCI CQ
parent fc87d10d2a
commit 5668683292
25 changed files with 2 additions and 26 deletions
ash/accessibility/autoclick
chrome
browser
test
chromecast/media/cma/backend
chromeos/dbus/power
components
cronet
offline_pages
performance_manager
persistence
signin
public
sync
content/browser/renderer_host
ipc
media/base
net
third_party/blink/renderer
core
modules
ui

@ -7,7 +7,6 @@
#include <memory>
#include "base/location.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "ui/gfx/animation/animation_delegate.h"

@ -8,7 +8,6 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/location.h"
#include "base/memory/weak_ptr.h"
#include "base/task/sequenced_task_runner.h"
#include "base/task/task_runner_util.h"

@ -10,7 +10,6 @@
#include <string>
#include "base/callback.h"
#include "base/location.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "ui/views/views_delegate.h"

@ -6,7 +6,6 @@
#define CHROME_BROWSER_VR_TEST_UI_UTILS_H_
#include "base/callback.h"
#include "base/location.h"
#include "base/run_loop.h"
#include "base/threading/thread.h"
#include "chrome/browser/vr/ui_test_input.h"

@ -8,7 +8,6 @@
#include <iosfwd>
#include <list>
#include "base/location.h"
#include "base/run_loop.h"
#include "base/threading/thread_task_runner_handle.h"

@ -9,7 +9,6 @@
#include "base/bind.h"
#include "base/containers/circular_deque.h"
#include "base/location.h"
#include "chromecast/media/api/cast_audio_decoder.h"
#include "chromecast/media/cma/backend/android/audio_sink_android.h"
#include "chromecast/media/cma/backend/android/audio_sink_manager.h"

@ -9,7 +9,6 @@
#include <memory>
#include "base/bind.h"
#include "base/location.h"
#include "chromecast/media/api/cast_audio_decoder.h"
#include "chromecast/media/audio/mixer_service/output_stream_connection.h"
#include "chromecast/public/media/decoder_config.h"

@ -13,7 +13,6 @@
#include "base/callback.h"
#include "base/component_export.h"
#include "base/files/scoped_file.h"
#include "base/location.h"
#include "base/memory/weak_ptr.h"
#include "base/power_monitor/power_observer.h"
#include "base/time/time.h"

@ -9,7 +9,6 @@
#include <string>
#include "base/callback.h"
#include "base/location.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"

@ -9,7 +9,6 @@
#include "base/bind.h"
#include "base/files/file_path.h"
#include "base/location.h"
#include "base/memory/weak_ptr.h"
#include "base/task/task_runner_util.h"
#include "base/threading/thread_task_runner_handle.h"

@ -8,7 +8,6 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/location.h"
#include "base/memory/weak_ptr.h"
#include "base/task/sequenced_task_runner.h"
#include "base/task/task_runner_util.h"

@ -11,7 +11,6 @@
#include "base/callback.h"
#include "base/containers/flat_map.h"
#include "base/files/file_path.h"
#include "base/location.h"
#include "base/sequence_checker.h"
#include "base/task/sequenced_task_runner.h"
#include "components/performance_manager/persistence/site_data/site_data_cache.h"

@ -13,7 +13,6 @@
#include <string>
#include <vector>
#include "base/location.h"
#include "base/memory/ref_counted.h"
#include "components/signin/public/webdata/token_service_table.h"
#include "components/webdata/common/web_data_results.h"

@ -11,7 +11,6 @@
#include <vector>
#include "base/callback.h"
#include "base/location.h"
#include "base/memory/weak_ptr.h"
#include "base/sequence_checker.h"
#include "components/sync/base/model_type.h"

@ -8,7 +8,6 @@
#include <memory>
#include <string>
#include "base/location.h"
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
#include "components/sync/base/model_type.h"

@ -8,11 +8,10 @@
#include <dwrite.h>
#include <dwrite_2.h>
#include <dwrite_3.h>
#include <set>
#include <string>
#include "base/location.h"
namespace content {
// Custom error codes potentially emitted from FontFilePathAndTtcIndex and

@ -9,10 +9,10 @@
#include <dwrite_2.h>
#include <dwrite_3.h>
#include <wrl.h>
#include <string>
#include <vector>
#include "base/location.h"
#include "base/memory/read_only_shared_memory_region.h"
#include "base/memory/ref_counted.h"
#include "content/browser/renderer_host/dwrite_font_lookup_table_builder_win.h"

@ -200,7 +200,6 @@
#include "base/export_template.h"
#include "base/hash/md5_constexpr.h"
#include "base/location.h"
#include "base/task/common/task_annotator.h"
#include "ipc/ipc_message_templates.h"
#include "ipc/ipc_message_utils.h"

@ -7,7 +7,6 @@
#include "base/debug/crash_logging.h"
#include "base/debug/dump_without_crashing.h"
#include "base/location.h"
#include "media/base/media_export.h"
namespace {

@ -14,7 +14,6 @@
#include <vector>
#include "base/bind.h"
#include "base/location.h"
#include "base/strings/string_tokenizer.h"
#include "base/task/current_thread.h"
#include "base/task/single_thread_task_runner.h"

@ -23,7 +23,6 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/location.h"
#include "net/base/request_priority.h"
#include "net/base/upload_data_stream.h"
#include "net/url_request/url_request.h"

@ -26,7 +26,6 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_SCRIPT_SCRIPT_RUNNER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_SCRIPT_SCRIPT_RUNNER_H_
#include "base/location.h"
#include "base/task/single_thread_task_runner.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/execution_context/execution_context_lifecycle_state_observer.h"

@ -31,7 +31,6 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_FILESYSTEM_DOM_FILE_SYSTEM_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_FILESYSTEM_DOM_FILE_SYSTEM_H_
#include "base/location.h"
#include "third_party/blink/public/platform/task_type.h"
#include "third_party/blink/renderer/bindings/core/v8/active_script_wrappable.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"

@ -6,7 +6,6 @@
#define UI_AURA_TEST_UI_CONTROLS_OZONE_H_
#include "base/bind.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/task/single_thread_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"

@ -14,7 +14,6 @@
#endif
#include "base/callback.h"
#include "base/location.h"
#include "build/build_config.h"
#include "ui/base/ui_base_types.h"
#include "ui/gfx/native_widget_types.h"