| Index: chrome/browser/download/download_manager.h
|
| ===================================================================
|
| --- chrome/browser/download/download_manager.h (revision 84789)
|
| +++ chrome/browser/download/download_manager.h (working copy)
|
| @@ -57,10 +57,6 @@
|
| struct DownloadCreateInfo;
|
| struct DownloadSaveInfo;
|
|
|
| -namespace net {
|
| -class URLRequestContextGetter;
|
| -}
|
| -
|
| // Browser's download manager: manages all downloads and destination view.
|
| class DownloadManager
|
| : public base::RefCountedThreadSafe<DownloadManager,
|
| @@ -375,7 +371,6 @@
|
|
|
| // The current active profile.
|
| Profile* profile_;
|
| - scoped_refptr<net::URLRequestContextGetter> request_context_getter_;
|
|
|
| scoped_ptr<DownloadHistory> download_history_;
|
|
|
|
|