[IWYU] Dropping several superfluous std inclusions (#32803)
This PR removes several superfluous inclusions for `<map>`, `<vector>`, and `<string>`. This is a mechanical change. ```bash git ls-files components | grep '\.h$' | xargs grep -l '<vector>$' | \ xargs grep -L std::vector | \ xargs ../tools/add_header.py --remove --header '<vector>' git ls-files components | grep '\.h$' | xargs grep -l '<string>$' | \ xargs grep -L std::vector | xargs grep -L std::npos | \ xargs ../tools/add_header.py --remove --header '<string>' git ls-files components | grep '\.h$' | xargs grep -l '<map>$' | \ xargs grep -L std::map | xargs grep -L std::multimap | \ xargs ../tools/add_header.py --remove --header '<map>' ``` Bug: https://github.com/brave/brave-browser/issues/42212
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include "base/scoped_multi_source_observation.h"
|
||||
#include "brave/components/ai_chat/core/browser/associated_content_manager.h"
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_AI_CHAT_CORE_COMMON_TEST_MOJOM_PRINTERS_H_
|
||||
#define BRAVE_COMPONENTS_AI_CHAT_CORE_COMMON_TEST_MOJOM_PRINTERS_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "brave/components/ai_chat/core/common/mojom/ai_chat.mojom.h"
|
||||
#include "brave/components/ai_chat/core/common/mojom/common.mojom.h"
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_ADS_CORE_PUBLIC_ADS_CALLBACK_H_
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
#include "base/functional/callback.h"
|
||||
#include "base/types/optional_ref.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_NEWS_BROWSER_COMBINED_FEED_PARSING_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_NEWS_BROWSER_COMBINED_FEED_PARSING_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/values.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/flat_map.h"
|
||||
#include "brave/components/brave_perf_predictor/browser/bandwidth_linreg_parameters.h"
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_REFERRALS_BROWSER_ANDROID_BRAVE_REFERRER_H_
|
||||
|
||||
#include <jni.h>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/android/scoped_java_ref.h"
|
||||
#include "net/base/completion_once_callback.h"
|
||||
@@ -20,7 +17,7 @@ using InitReferrerCallback = base::OnceCallback<void()>;
|
||||
|
||||
class BraveReferrer {
|
||||
public:
|
||||
explicit BraveReferrer();
|
||||
BraveReferrer();
|
||||
~BraveReferrer();
|
||||
|
||||
BraveReferrer(const BraveReferrer&) = delete;
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_CONTRIBUTION_CONTRIBUTION_EXTERNAL_WALLET_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_CONTRIBUTION_CONTRIBUTION_EXTERNAL_WALLET_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "base/memory/raw_ref.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_CONTRIBUTION_CONTRIBUTION_UTIL_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_CONTRIBUTION_CONTRIBUTION_UTIL_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "brave/components/brave_rewards/core/mojom/rewards.mojom.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_DATABASE_DATABASE_BALANCE_REPORT_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_DATABASE_DATABASE_BALANCE_REPORT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "brave/components/brave_rewards/core/engine/database/database_table.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "brave/components/brave_rewards/core/engine/database/database_server_publisher_links.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_DATABASE_DATABASE_SERVER_PUBLISHER_INFO_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "brave/components/brave_rewards/core/engine/database/database_server_publisher_banner.h"
|
||||
|
||||
@@ -6,9 +6,7 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_DATABASE_DATABASE_SERVER_PUBLISHER_LINKS_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_DATABASE_DATABASE_SERVER_PUBLISHER_LINKS_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "brave/components/brave_rewards/core/engine/database/database_table.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_DATABASE_DATABASE_UTIL_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_DATABASE_DATABASE_UTIL_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_PUBLISHER_PUBLISHER_PREFIX_LIST_UPDATER_H_
|
||||
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "base/memory/raw_ref.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_TEST_TEST_REWARDS_ENGINE_CLIENT_H_
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_ENGINE_WALLET_WALLET_BALANCE_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/raw_ref.h"
|
||||
#include "brave/components/brave_rewards/core/engine/rewards_callbacks.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "brave/components/brave_search/common/brave_search_default.mojom.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_SHIELDS_CONTENT_BROWSER_FILTER_LIST_SERVICE_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "brave/components/brave_shields/core/common/filter_list.mojom-forward.h"
|
||||
#include "brave/components/brave_shields/core/common/filter_list.mojom.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/raw_ref.h"
|
||||
#include "base/values.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_SYNC_TIME_LIMITED_WORDS_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_SYNC_TIME_LIMITED_WORDS_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "base/gtest_prod_util.h"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "base/functional/callback_forward.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/values.h"
|
||||
#include "brave/components/brave_vpn/common/mojom/brave_vpn.mojom.h"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <windows.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/synchronization/waitable_event.h"
|
||||
|
||||
@@ -6,10 +6,8 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_WALLET_BROWSER_ASSET_DISCOVERY_MANAGER_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_WALLET_BROWSER_ASSET_DISCOVERY_MANAGER_H_
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/fixed_flat_map.h"
|
||||
#include "brave/components/brave_wallet/common/brave_wallet_types.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/values.h"
|
||||
#include "brave/components/brave_wallet/common/brave_wallet_types.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_BRAVE_WALLET_BROWSER_KEYRING_SERVICE_OBSERVER_BASE_H_
|
||||
#define BRAVE_COMPONENTS_BRAVE_WALLET_BROWSER_KEYRING_SERVICE_OBSERVER_BASE_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "brave/components/brave_wallet/common/brave_wallet.mojom.h"
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_WALLET_BROWSER_POLKADOT_POLKADOT_TX_STATE_MANAGER_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "brave/components/brave_wallet/browser/polkadot/polkadot_tx_meta.h"
|
||||
#include "brave/components/brave_wallet/browser/tx_state_manager.h"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_WALLET_BROWSER_SOLANA_MESSAGE_ADDRESS_TABLE_LOOKUP_H_
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/values.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/functional/callback.h"
|
||||
|
||||
-1
@@ -11,7 +11,6 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/raw_ref.h"
|
||||
#include "brave/components/brave_wallet/browser/internal/orchard_bundle_manager.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/raw_ref.h"
|
||||
#include "base/types/expected.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_WALLET_BROWSER_ZCASH_ZCASH_SERIALIZER_H_
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/gtest_prod_util.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_WALLET_BROWSER_ZCASH_ZCASH_TRANSACTION_H_
|
||||
|
||||
#include <array>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_WALLET_COMMON_F4_JUMBLE_H_
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/span.h"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include "brave/components/brave_wallet/common/brave_wallet_types.h"
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_BRAVE_WAYBACK_MACHINE_WAYBACK_MACHINE_URL_FETCHER_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "base/gtest_prod_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_COMMANDER_BROWSER_COMMANDER_FRONTEND_DELEGATE_H_
|
||||
#define BRAVE_COMPONENTS_COMMANDER_BROWSER_COMMANDER_FRONTEND_DELEGATE_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/component_export.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_COMMANDER_BROWSER_COMMANDER_ITEM_MODEL_H_
|
||||
#define BRAVE_COMPONENTS_COMMANDER_BROWSER_COMMANDER_ITEM_MODEL_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/component_export.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_COMMANDS_BROWSER_ACCELERATOR_PREF_MANAGER_H_
|
||||
#define BRAVE_COMPONENTS_COMMANDS_BROWSER_ACCELERATOR_PREF_MANAGER_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/component_export.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_COMMANDS_COMMON_ACCELERATOR_PARSING_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/component_export.h"
|
||||
#include "ui/base/accelerators/accelerator.h"
|
||||
|
||||
@@ -7,9 +7,7 @@
|
||||
#define BRAVE_COMPONENTS_CONTENT_SETTINGS_RENDERER_BRAVE_CONTENT_SETTINGS_AGENT_IMPL_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/flat_map.h"
|
||||
#include "base/containers/flat_set.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_GOOGLE_SIGN_IN_PERMISSION_GOOGLE_SIGN_IN_PERMISSION_UTIL_H_
|
||||
#define BRAVE_COMPONENTS_GOOGLE_SIGN_IN_PERMISSION_GOOGLE_SIGN_IN_PERMISSION_UTIL_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "components/content_settings/core/common/content_settings_pattern.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_INFOBARS_CORE_BRAVE_CONFIRM_INFOBAR_DELEGATE_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "components/infobars/core/confirm_infobar_delegate.h"
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_OMNIBOX_BROWSER_COMMANDER_PROVIDER_H_
|
||||
#define BRAVE_COMPONENTS_OMNIBOX_BROWSER_COMMANDER_PROVIDER_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/scoped_observation.h"
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_OMNIBOX_BROWSER_LEO_ACTION_H_
|
||||
#define BRAVE_COMPONENTS_OMNIBOX_BROWSER_LEO_ACTION_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "components/omnibox/browser/actions/omnibox_action.h"
|
||||
|
||||
class LeoAction : public OmniboxAction {
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_OMNIBOX_BROWSER_PROMOTION_PROVIDER_H_
|
||||
#define BRAVE_COMPONENTS_OMNIBOX_BROWSER_PROMOTION_PROVIDER_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "components/omnibox/browser/autocomplete_provider.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_OMNIBOX_BROWSER_PROMOTION_UTILS_H_
|
||||
#define BRAVE_COMPONENTS_OMNIBOX_BROWSER_PROMOTION_UTILS_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
class AutocompleteInput;
|
||||
class AutocompleteResult;
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/flat_map.h"
|
||||
#include "base/containers/flat_set.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BRAVE_COMPONENTS_PERMISSIONS_PERMISSION_LIFETIME_MANAGER_H_
|
||||
#define BRAVE_COMPONENTS_PERMISSIONS_PERMISSION_LIFETIME_MANAGER_H_
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_PERMISSIONS_PERMISSION_LIFETIME_OPTIONS_H_
|
||||
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "base/time/time.h"
|
||||
|
||||
|
||||
@@ -6,12 +6,9 @@
|
||||
#ifndef BRAVE_COMPONENTS_SCRIPT_INJECTOR_RENDERER_SCRIPT_INJECTOR_RENDER_FRAME_OBSERVER_H_
|
||||
#define BRAVE_COMPONENTS_SCRIPT_INJECTOR_RENDERER_SCRIPT_INJECTOR_RENDER_FRAME_OBSERVER_H_
|
||||
|
||||
#include "brave/components/script_injector/common/mojom/script_injector.mojom.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/gtest_prod_util.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "brave/components/script_injector/common/mojom/script_injector.mojom.h"
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "content/public/renderer/render_frame_observer.h"
|
||||
#include "mojo/public/cpp/bindings/associated_receiver.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/flat_map.h"
|
||||
#include "base/values.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "brave/components/brave_vpn/common/buildflags/buildflags.h"
|
||||
#include "brave/components/skus/common/skus_sdk.mojom.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/gtest_prod_util.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BRAVE_COMPONENTS_TOR_TOR_PROFILE_SERVICE_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "components/keyed_service/core/keyed_service.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/containers/flat_set.h"
|
||||
#include "base/files/file_path.h"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "base/sequence_checker.h"
|
||||
|
||||
Reference in New Issue
Block a user