Remove some unused includes of //base/containers/span.h
Bug: 40318405 Change-Id: I9cdd0185bff75efa4b838fe1269c81b526eab58f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6314155 Owners-Override: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1426647}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
95a013cfe4
commit
4582f25ff5
base/trace_event
cc/trees
components/viz/common/quads
media/mojo/mojom
mojo/public/cpp/base
net/websockets
third_party/blink
public
platform
renderer
@ -9,7 +9,6 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/base_export.h"
|
||||
#include "base/containers/span.h"
|
||||
#include "base/hash/hash.h"
|
||||
#include "base/location.h"
|
||||
#include "base/profiler/module_cache.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/flat_set.h"
|
||||
#include "base/containers/span.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/raw_ptr_exclusion.h"
|
||||
#include "base/time/time.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include <array>
|
||||
#include <optional>
|
||||
|
||||
#include "base/containers/span.h"
|
||||
#include "cc/paint/paint_flags.h"
|
||||
#include "components/viz/common/quads/draw_quad.h"
|
||||
#include "components/viz/common/resources/resource_id.h"
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
#include <optional>
|
||||
|
||||
#include "base/containers/span.h"
|
||||
#include "base/values.h"
|
||||
#include "media/base/decoder_status.h"
|
||||
#include "media/base/encoder_status.h"
|
||||
|
@ -11,12 +11,15 @@
|
||||
#define MOJO_PUBLIC_CPP_BASE_FILE_PATH_MOJOM_TRAITS_H_
|
||||
|
||||
#include "base/component_export.h"
|
||||
#include "base/containers/span.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "build/build_config.h"
|
||||
#include "mojo/public/cpp/bindings/struct_traits.h"
|
||||
#include "mojo/public/mojom/base/file_path.mojom-shared.h"
|
||||
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
#include "base/containers/span.h"
|
||||
#endif
|
||||
|
||||
namespace mojo {
|
||||
|
||||
template <>
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
#include "base/containers/heap_array.h"
|
||||
#include "base/containers/queue.h"
|
||||
#include "base/containers/span.h"
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "base/time/time.h"
|
||||
#include "net/base/completion_once_callback.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/span.h"
|
||||
#include "base/types/expected.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "net/websockets/websocket_frame.h"
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#include "base/containers/span.h"
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "third_party/blink/public/platform/web_common.h"
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_CSS_PROPERTIES_CSS_UNRESOLVED_PROPERTY_H_
|
||||
#define THIRD_PARTY_BLINK_RENDERER_CORE_CSS_PROPERTIES_CSS_UNRESOLVED_PROPERTY_H_
|
||||
|
||||
#include "base/containers/span.h"
|
||||
#include "base/notreached.h"
|
||||
#include "third_party/blink/renderer/core/core_export.h"
|
||||
#include "third_party/blink/renderer/core/css/properties/css_exposure.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_SHAPING_NG_SHAPE_CACHE_H_
|
||||
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_SHAPING_NG_SHAPE_CACHE_H_
|
||||
|
||||
#include "base/containers/span.h"
|
||||
#include "base/hash/hash.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "third_party/blink/renderer/platform/fonts/shaping/shape_result.h"
|
||||
|
Reference in New Issue
Block a user