Remove unused includes

This commit is contained in:
Kevin Sawicki 2017-05-18 14:30:32 -07:00
parent 6e3a0b50cc
commit bb4a61c7ff
15 changed files with 1 additions and 26 deletions

View file

@ -5,8 +5,6 @@
#ifndef BROWSER_BRIGHTRAY_PATHS_H_ #ifndef BROWSER_BRIGHTRAY_PATHS_H_
#define BROWSER_BRIGHTRAY_PATHS_H_ #define BROWSER_BRIGHTRAY_PATHS_H_
#include "base/compiler_specific.h"
#if defined(OS_WIN) #if defined(OS_WIN)
#include "base/base_paths_win.h" #include "base/base_paths_win.h"
#elif defined(OS_MACOSX) #elif defined(OS_MACOSX)

View file

@ -6,12 +6,10 @@
#define BRIGHTRAY_BROWSER_BROWSER_CLIENT_H_ #define BRIGHTRAY_BROWSER_BROWSER_CLIENT_H_
#include "browser/net_log.h" #include "browser/net_log.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/content_browser_client.h" #include "content/public/browser/content_browser_client.h"
namespace brightray { namespace brightray {
class BrowserContext;
class BrowserMainParts; class BrowserMainParts;
class NotificationPresenter; class NotificationPresenter;
class PlatformNotificationService; class PlatformNotificationService;

View file

@ -9,7 +9,6 @@
#include "browser/browser_client.h" #include "browser/browser_client.h"
#include "browser/inspectable_web_contents_impl.h" #include "browser/inspectable_web_contents_impl.h"
#include "browser/network_delegate.h" #include "browser/network_delegate.h"
#include "browser/permission_manager.h"
#include "browser/special_storage_policy.h" #include "browser/special_storage_policy.h"
#include "browser/zoom_level_delegate.h" #include "browser/zoom_level_delegate.h"
#include "common/application_info.h" #include "common/application_info.h"

View file

@ -6,7 +6,7 @@
#define BRIGHTRAY_BROWSER_BROWSER_MAIN_PARTS_H_ #define BRIGHTRAY_BROWSER_BROWSER_MAIN_PARTS_H_
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "base/memory/ref_counted.h" #include "base/macros.h"
#include "content/public/browser/browser_main_parts.h" #include "content/public/browser/browser_main_parts.h"
#if defined(TOOLKIT_VIEWS) #if defined(TOOLKIT_VIEWS)

View file

@ -6,7 +6,6 @@
#define BRIGHTRAY_BROWSER_DEVTOOLS_CONTENTS_RESIZING_STRATEGY_H_ #define BRIGHTRAY_BROWSER_DEVTOOLS_CONTENTS_RESIZING_STRATEGY_H_
#include "base/macros.h" #include "base/macros.h"
#include "ui/gfx/geometry/insets.h"
#include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h" #include "ui/gfx/geometry/size.h"

View file

@ -9,13 +9,11 @@
#include <iterator> #include <iterator>
#include "base/bind.h" #include "base/bind.h"
#include "base/callback.h"
#include "base/files/file_enumerator.h" #include "base/files/file_enumerator.h"
#include "base/files/file_util.h" #include "base/files/file_util.h"
#include "base/files/file_util_proxy.h" #include "base/files/file_util_proxy.h"
#include "base/lazy_instance.h" #include "base/lazy_instance.h"
#include "base/logging.h" #include "base/logging.h"
#include "base/macros.h"
#include "base/stl_util.h" #include "base/stl_util.h"
#include "base/strings/string_util.h" #include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h" #include "base/strings/utf_string_conversions.h"

View file

@ -7,7 +7,6 @@
#include "base/macros.h" #include "base/macros.h"
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "content/browser/devtools/devtools_http_handler.h"
#include "content/public/browser/devtools_manager_delegate.h" #include "content/public/browser/devtools_manager_delegate.h"
namespace brightray { namespace brightray {

View file

@ -22,10 +22,6 @@
class PrefService; class PrefService;
class PrefRegistrySimple; class PrefRegistrySimple;
namespace content {
class DevToolsAgentHost;
}
namespace brightray { namespace brightray {
class InspectableWebContentsDelegate; class InspectableWebContentsDelegate;

View file

@ -5,10 +5,8 @@
#ifndef BRIGHTRAY_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_ #ifndef BRIGHTRAY_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_
#define 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 "base/memory/singleton.h"
#include "content/public/browser/media_observer.h" #include "content/public/browser/media_observer.h"
#include "content/public/browser/web_contents_delegate.h"
#include "content/public/common/media_stream_request.h" #include "content/public/common/media_stream_request.h"
namespace brightray { namespace brightray {

View file

@ -8,7 +8,6 @@
#include <string> #include <string>
#include "base/macros.h" #include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "components/prefs/pref_member.h" #include "components/prefs/pref_member.h"
class PrefRegistrySimple; class PrefRegistrySimple;

View file

@ -5,8 +5,6 @@
#ifndef BRIGHTRAY_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_ #ifndef BRIGHTRAY_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_
#define BRIGHTRAY_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_ #define BRIGHTRAY_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_
#include <string>
#include "content/public/browser/web_contents_delegate.h" #include "content/public/browser/web_contents_delegate.h"
namespace brightray { namespace brightray {

View file

@ -5,11 +5,7 @@
#ifndef BROWSER_DEVTOOLS_NETWORK_CONDITIONS_H_ #ifndef BROWSER_DEVTOOLS_NETWORK_CONDITIONS_H_
#define BROWSER_DEVTOOLS_NETWORK_CONDITIONS_H_ #define BROWSER_DEVTOOLS_NETWORK_CONDITIONS_H_
#include <string>
#include <vector>
#include "base/macros.h" #include "base/macros.h"
#include "url/gurl.h"
namespace brightray { namespace brightray {

View file

@ -13,7 +13,6 @@
#include "net/base/load_states.h" #include "net/base/load_states.h"
#include "net/base/request_priority.h" #include "net/base/request_priority.h"
#include "net/http/http_transaction.h" #include "net/http/http_transaction.h"
#include "net/websockets/websocket_handshake_stream_base.h"
namespace brightray { namespace brightray {

View file

@ -10,7 +10,6 @@
#include "base/macros.h" #include "base/macros.h"
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "browser/net/devtools_network_interceptor.h" #include "browser/net/devtools_network_interceptor.h"
#include "net/base/completion_callback.h"
#include "net/base/upload_data_stream.h" #include "net/base/upload_data_stream.h"
namespace brightray { namespace brightray {

View file

@ -9,7 +9,6 @@
#include <vector> #include <vector>
#include "net/base/network_delegate.h" #include "net/base/network_delegate.h"
#include "net/proxy/proxy_server.h"
namespace brightray { namespace brightray {