Remove unneeded headers and declarations.

This commit is contained in:
Cheng Zhao 2014-08-13 17:39:25 +08:00
parent da3bafd490
commit b06970fda0
2 changed files with 0 additions and 6 deletions

View file

@ -7,7 +7,6 @@
#include "browser/download_manager_delegate.h"
#include "browser/inspectable_web_contents_impl.h"
#include "browser/network_delegate.h"
#include "browser/url_request_context_getter.h"
#include "common/application_info.h"
#include "base/environment.h"
@ -20,7 +19,6 @@
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/resource_context.h"
#include "content/public/browser/storage_partition.h"
#include "net/url_request/url_request_job_factory_impl.h"
#if defined(OS_LINUX)
#include "base/nix/xdg_util.h"

View file

@ -13,10 +13,6 @@
class PrefRegistrySimple;
class PrefService;
namespace browser_context {
class URLRequestJobFactory;
}
namespace brightray {
class DownloadManagerDelegate;