Skip to content

Commit

Permalink
More IWYU fixes.
Browse files Browse the repository at this point in the history
Bug: 242216
Change-Id: I96c2b49a74cd74b15ae6018a5e1bbde118c97199
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3034496
Auto-Submit: Peter Kasting <pkasting@chromium.org>
Reviewed-by: danakj <danakj@chromium.org>
Owners-Override: danakj <danakj@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#903588}
  • Loading branch information
pkasting authored and Chromium LUCI CQ committed Jul 20, 2021
1 parent 6f9649a commit b2777ce
Show file tree
Hide file tree
Showing 28 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/android/jni_android_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "base/at_exit.h"
#include "base/logging.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace base {
Expand Down
3 changes: 3 additions & 0 deletions cc/raster/task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

#include "cc/raster/task.h"

#include <ostream>
#include <utility>

#include "base/check.h"
#include "base/notreached.h"

Expand Down
2 changes: 2 additions & 0 deletions chrome/browser/media/webrtc/webrtc_log_buffer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "chrome/browser/media/webrtc/webrtc_log_buffer.h"

#include <ostream>

#include "base/check_op.h"

WebRtcLogBuffer::WebRtcLogBuffer()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "chrome/chrome_cleaner/parsers/parser_utils/parse_tasks_remaining_counter.h"

#include <ostream>

#include "base/memory/ref_counted.h"
#include "base/synchronization/waitable_event.h"

Expand Down
1 change: 1 addition & 0 deletions components/policy/core/common/schema.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <climits>
#include <map>
#include <memory>
#include <ostream>
#include <set>
#include <utility>

Expand Down
1 change: 1 addition & 0 deletions components/prefs/overlay_user_pref_store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "components/prefs/overlay_user_pref_store.h"

#include <memory>
#include <ostream>
#include <utility>

#include "base/memory/ptr_util.h"
Expand Down
1 change: 1 addition & 0 deletions components/prefs/pref_registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "components/prefs/pref_registry.h"

#include <ostream>
#include <utility>

#include "base/check_op.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "base/callback_helpers.h"
#include "base/threading/thread_task_runner_handle.h"
#include "base/time/clock.h"
#include "base/time/time.h"
#include "components/segmentation_platform/internal/database/segment_info_database.h"
#include "components/segmentation_platform/internal/database/signal_database.h"
#include "components/segmentation_platform/internal/database/signal_storage_config.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_DATABASE_DATABASE_MAINTENANCE_IMPL_H_

#include <set>
#include <tuple>
#include <utility>
#include <vector>

Expand All @@ -17,6 +18,7 @@

namespace base {
class Clock;
class Time;
} // namespace base

using optimization_guide::proto::OptimizationTarget;
Expand Down
1 change: 1 addition & 0 deletions content/public/browser/global_routing_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef CONTENT_PUBLIC_BROWSER_GLOBAL_ROUTING_ID_H_
#define CONTENT_PUBLIC_BROWSER_GLOBAL_ROUTING_ID_H_

#include <ostream>
#include <tuple>

#include "base/hash/hash.h"
Expand Down
1 change: 1 addition & 0 deletions content/public/browser/notification_registrar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <stddef.h>

#include <algorithm>
#include <ostream>

#include "base/check_op.h"
#include "base/containers/contains.h"
Expand Down
1 change: 1 addition & 0 deletions content/public/browser/web_ui_message_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef CONTENT_PUBLIC_BROWSER_WEB_UI_MESSAGE_HANDLER_H_
#define CONTENT_PUBLIC_BROWSER_WEB_UI_MESSAGE_HANDLER_H_

#include <ostream>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions extensions/browser/value_store/testing_value_store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "extensions/browser/value_store/testing_value_store.h"

#include <memory>
#include <ostream>
#include <utility>

#include "base/notreached.h"
Expand Down
2 changes: 2 additions & 0 deletions extensions/renderer/bindings/api_response_validator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "extensions/renderer/bindings/api_response_validator.h"

#include <ostream>

#include "extensions/renderer/bindings/api_binding_util.h"
#include "extensions/renderer/bindings/api_signature.h"
#include "extensions/renderer/bindings/api_type_reference_map.h"
Expand Down
2 changes: 2 additions & 0 deletions extensions/renderer/bindings/api_type_reference_map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "extensions/renderer/bindings/api_type_reference_map.h"

#include <ostream>

#include "extensions/renderer/bindings/api_signature.h"
#include "extensions/renderer/bindings/argument_spec.h"

Expand Down
2 changes: 2 additions & 0 deletions extensions/renderer/bindings/test_js_runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "extensions/renderer/bindings/test_js_runner.h"

#include <ostream>

#include "base/bind.h"
#include "extensions/renderer/bindings/api_binding_test_util.h"

Expand Down
1 change: 1 addition & 0 deletions remoting/client/audio/audio_player_android.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "base/cxx17_backports.h"
#include "base/logging.h"
#include "base/time/time.h"
#include "build/build_config.h"

namespace remoting {
Expand Down
1 change: 1 addition & 0 deletions sql/recover_module/btree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <algorithm>
#include <limits>
#include <ostream>
#include <type_traits>

#include "base/check_op.h"
Expand Down
1 change: 1 addition & 0 deletions sql/recover_module/btree.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define SQL_RECOVER_MODULE_BTREE_H_

#include <cstdint>
#include <ostream>

#include "base/check.h"
#include "base/sequence_checker.h"
Expand Down
2 changes: 2 additions & 0 deletions sql/recover_module/cursor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "sql/recover_module/cursor.h"

#include <ostream>

#include "base/containers/span.h"
#include "sql/recover_module/table.h"

Expand Down
1 change: 1 addition & 0 deletions sql/recover_module/module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <cstddef>
#include <cstdint>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions sql/recover_module/pager.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <cstdint>
#include <memory>
#include <ostream>

#include "base/check_op.h"
#include "base/sequence_checker.h"
Expand Down
1 change: 1 addition & 0 deletions sql/recover_module/parsing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "sql/recover_module/parsing.h"

#include <cstddef>
#include <ostream>
#include <tuple>
#include <utility>

Expand Down
1 change: 1 addition & 0 deletions sql/recover_module/payload.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <algorithm>
#include <cstddef>
#include <limits>
#include <ostream>
#include <type_traits>

#include "base/check_op.h"
Expand Down
1 change: 1 addition & 0 deletions sql/recover_module/payload.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define SQL_RECOVER_MODULE_PAYLOAD_H_

#include <cstdint>
#include <ostream>
#include <vector>

#include "base/check_op.h"
Expand Down
1 change: 1 addition & 0 deletions sql/recover_module/record.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <cstddef>
#include <limits>
#include <ostream>
#include <type_traits>

#include "base/check_op.h"
Expand Down
2 changes: 2 additions & 0 deletions ui/message_center/lock_screen/fake_lock_screen_controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "ui/message_center/lock_screen/fake_lock_screen_controller.h"

#include <ostream>

namespace message_center {

FakeLockScreenController::FakeLockScreenController() = default;
Expand Down
1 change: 1 addition & 0 deletions url/origin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <stdint.h>

#include <algorithm>
#include <ostream>
#include <vector>

#include "base/base64.h"
Expand Down

0 comments on commit b2777ce

Please sign in to comment.