diff --git a/brightray/browser/brightray_paths.h b/brightray/browser/brightray_paths.h index 14c51ca8f229..c196757442a1 100644 --- a/brightray/browser/brightray_paths.h +++ b/brightray/browser/brightray_paths.h @@ -5,8 +5,6 @@ #ifndef BROWSER_BRIGHTRAY_PATHS_H_ #define BROWSER_BRIGHTRAY_PATHS_H_ -#include "base/compiler_specific.h" - #if defined(OS_WIN) #include "base/base_paths_win.h" #elif defined(OS_MACOSX) diff --git a/brightray/browser/browser_client.h b/brightray/browser/browser_client.h index 574103b91ca3..cd0380b404b2 100644 --- a/brightray/browser/browser_client.h +++ b/brightray/browser/browser_client.h @@ -6,12 +6,10 @@ #define BRIGHTRAY_BROWSER_BROWSER_CLIENT_H_ #include "browser/net_log.h" -#include "content/public/browser/browser_context.h" #include "content/public/browser/content_browser_client.h" namespace brightray { -class BrowserContext; class BrowserMainParts; class NotificationPresenter; class PlatformNotificationService; diff --git a/brightray/browser/browser_context.cc b/brightray/browser/browser_context.cc index 88e8bd40848a..e4b7fd4d1165 100644 --- a/brightray/browser/browser_context.cc +++ b/brightray/browser/browser_context.cc @@ -9,7 +9,6 @@ #include "browser/browser_client.h" #include "browser/inspectable_web_contents_impl.h" #include "browser/network_delegate.h" -#include "browser/permission_manager.h" #include "browser/special_storage_policy.h" #include "browser/zoom_level_delegate.h" #include "common/application_info.h" diff --git a/brightray/browser/browser_main_parts.h b/brightray/browser/browser_main_parts.h index ab9b086d786b..4bc2a85e462b 100644 --- a/brightray/browser/browser_main_parts.h +++ b/brightray/browser/browser_main_parts.h @@ -6,7 +6,7 @@ #define BRIGHTRAY_BROWSER_BROWSER_MAIN_PARTS_H_ #include "base/compiler_specific.h" -#include "base/memory/ref_counted.h" +#include "base/macros.h" #include "content/public/browser/browser_main_parts.h" #if defined(TOOLKIT_VIEWS) diff --git a/brightray/browser/devtools_contents_resizing_strategy.h b/brightray/browser/devtools_contents_resizing_strategy.h index c48272f79774..e3fcb27c6ba8 100644 --- a/brightray/browser/devtools_contents_resizing_strategy.h +++ b/brightray/browser/devtools_contents_resizing_strategy.h @@ -6,7 +6,6 @@ #define BRIGHTRAY_BROWSER_DEVTOOLS_CONTENTS_RESIZING_STRATEGY_H_ #include "base/macros.h" -#include "ui/gfx/geometry/insets.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/size.h" diff --git a/brightray/browser/devtools_file_system_indexer.cc b/brightray/browser/devtools_file_system_indexer.cc index e41830258fdc..5217810a5779 100644 --- a/brightray/browser/devtools_file_system_indexer.cc +++ b/brightray/browser/devtools_file_system_indexer.cc @@ -9,13 +9,11 @@ #include #include "base/bind.h" -#include "base/callback.h" #include "base/files/file_enumerator.h" #include "base/files/file_util.h" #include "base/files/file_util_proxy.h" #include "base/lazy_instance.h" #include "base/logging.h" -#include "base/macros.h" #include "base/stl_util.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" diff --git a/brightray/browser/devtools_manager_delegate.h b/brightray/browser/devtools_manager_delegate.h index 2e2e09f43f5c..8ebc27b7b4c1 100644 --- a/brightray/browser/devtools_manager_delegate.h +++ b/brightray/browser/devtools_manager_delegate.h @@ -7,7 +7,6 @@ #include "base/macros.h" #include "base/compiler_specific.h" -#include "content/browser/devtools/devtools_http_handler.h" #include "content/public/browser/devtools_manager_delegate.h" namespace brightray { diff --git a/brightray/browser/inspectable_web_contents_impl.h b/brightray/browser/inspectable_web_contents_impl.h index 25cffa957aff..0da69acb5be1 100644 --- a/brightray/browser/inspectable_web_contents_impl.h +++ b/brightray/browser/inspectable_web_contents_impl.h @@ -22,10 +22,6 @@ class PrefService; class PrefRegistrySimple; -namespace content { -class DevToolsAgentHost; -} - namespace brightray { class InspectableWebContentsDelegate; diff --git a/brightray/browser/media/media_capture_devices_dispatcher.h b/brightray/browser/media/media_capture_devices_dispatcher.h index dbbd66d25800..b64596092a5c 100644 --- a/brightray/browser/media/media_capture_devices_dispatcher.h +++ b/brightray/browser/media/media_capture_devices_dispatcher.h @@ -5,10 +5,8 @@ #ifndef BRIGHTRAY_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_ #define BRIGHTRAY_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_ -#include "base/callback.h" #include "base/memory/singleton.h" #include "content/public/browser/media_observer.h" -#include "content/public/browser/web_contents_delegate.h" #include "content/public/common/media_stream_request.h" namespace brightray { diff --git a/brightray/browser/media/media_device_id_salt.h b/brightray/browser/media/media_device_id_salt.h index 7941af8a563d..6162f4bd870b 100644 --- a/brightray/browser/media/media_device_id_salt.h +++ b/brightray/browser/media/media_device_id_salt.h @@ -8,7 +8,6 @@ #include #include "base/macros.h" -#include "base/memory/ref_counted.h" #include "components/prefs/pref_member.h" class PrefRegistrySimple; diff --git a/brightray/browser/media/media_stream_devices_controller.h b/brightray/browser/media/media_stream_devices_controller.h index 47aacfb66b64..de16e6cc94ef 100644 --- a/brightray/browser/media/media_stream_devices_controller.h +++ b/brightray/browser/media/media_stream_devices_controller.h @@ -5,8 +5,6 @@ #ifndef BRIGHTRAY_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_ #define BRIGHTRAY_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_ -#include - #include "content/public/browser/web_contents_delegate.h" namespace brightray { diff --git a/brightray/browser/net/devtools_network_conditions.h b/brightray/browser/net/devtools_network_conditions.h index 81aae86f8d49..12acdc8bd4ff 100644 --- a/brightray/browser/net/devtools_network_conditions.h +++ b/brightray/browser/net/devtools_network_conditions.h @@ -5,11 +5,7 @@ #ifndef BROWSER_DEVTOOLS_NETWORK_CONDITIONS_H_ #define BROWSER_DEVTOOLS_NETWORK_CONDITIONS_H_ -#include -#include - #include "base/macros.h" -#include "url/gurl.h" namespace brightray { diff --git a/brightray/browser/net/devtools_network_transaction.h b/brightray/browser/net/devtools_network_transaction.h index 7f01d73cad1e..707755f724b5 100644 --- a/brightray/browser/net/devtools_network_transaction.h +++ b/brightray/browser/net/devtools_network_transaction.h @@ -13,7 +13,6 @@ #include "net/base/load_states.h" #include "net/base/request_priority.h" #include "net/http/http_transaction.h" -#include "net/websockets/websocket_handshake_stream_base.h" namespace brightray { diff --git a/brightray/browser/net/devtools_network_upload_data_stream.h b/brightray/browser/net/devtools_network_upload_data_stream.h index c3753e8286f5..da697374d9ec 100644 --- a/brightray/browser/net/devtools_network_upload_data_stream.h +++ b/brightray/browser/net/devtools_network_upload_data_stream.h @@ -10,7 +10,6 @@ #include "base/macros.h" #include "base/memory/weak_ptr.h" #include "browser/net/devtools_network_interceptor.h" -#include "net/base/completion_callback.h" #include "net/base/upload_data_stream.h" namespace brightray { diff --git a/brightray/browser/network_delegate.h b/brightray/browser/network_delegate.h index b8a8b5225368..3ab3b49700ff 100644 --- a/brightray/browser/network_delegate.h +++ b/brightray/browser/network_delegate.h @@ -9,7 +9,6 @@ #include #include "net/base/network_delegate.h" -#include "net/proxy/proxy_server.h" namespace brightray {