7732103: Fix several more IWYU errors for base/logging.h

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7732103

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
This commit is contained in:
Samuel Maddock
2026-04-09 10:43:50 -04:00
parent 93b6c41bc3
commit 332b7a1bb3
10 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "base/logging.h"
#include "chrome/browser/browser_process.h"
#include "gin/converter.h"
#include "printing/buildflags/buildflags.h"

View File

@@ -8,6 +8,7 @@
#include <utility>
#include "base/logging.h"
#include "base/no_destructor.h"
#include "extensions/browser/event_router.h"
#include "extensions/browser/extension_prefs.h"

View File

@@ -7,6 +7,7 @@
#include <string>
#include <string_view>
#include "base/logging.h"
#include "components/update_client/update_query_params.h"
#include "extensions/common/api/runtime.h"
#include "shell/browser/extensions/electron_extension_system.h"

View File

@@ -11,6 +11,7 @@
#include "base/files/file_path.h"
#include "base/json/json_string_value_serializer.h"
#include "base/logging.h"
#include "base/path_service.h"
#include "base/values.h"
#include "chrome/common/chrome_paths.h"

View File

@@ -8,6 +8,7 @@
#include <utility>
#include "base/functional/bind.h"
#include "base/logging.h"
#include "components/printing/browser/print_to_pdf/pdf_print_utils.h"
#include "printing/mojom/print.mojom.h"
#include "printing/page_range.h"

View File

@@ -7,6 +7,7 @@
#include <string>
#include <utility>
#include "base/logging.h"
#include "base/memory/ref_counted_memory.h"
#include "base/metrics/histogram_functions.h"
#include "base/strings/strcat.h"

View File

@@ -8,6 +8,7 @@
#include <string_view>
#include <utility>
#include "base/logging.h"
#include "base/memory/ref_counted_memory.h"
#include "base/metrics/histogram_functions.h"
#include "base/strings/strcat.h"

View File

@@ -9,6 +9,7 @@
#import <Cocoa/Cocoa.h>
#include "base/containers/flat_map.h"
#include "base/logging.h"
#include "base/mac/mac_util.h"
#include "base/no_destructor.h"
#include "base/strings/sys_string_conversions.h"

View File

@@ -5,6 +5,7 @@
#include <string>
#include "base/containers/fixed_flat_map.h"
#include "base/logging.h"
#include "base/strings/string_util.h"
#include "shell/common/keyboard_util.h"
#include "third_party/blink/public/common/input/web_input_event.h"

View File

@@ -6,6 +6,7 @@
#include <optional>
#include "base/logging.h"
#include "base/trace_event/trace_event.h"
#include "shell/common/gin_converters/blink_converter.h"
#include "shell/common/gin_converters/value_converter.h"