| Index: chrome/browser/download/download_util.h
|
| ===================================================================
|
| --- chrome/browser/download/download_util.h (revision 84789)
|
| +++ chrome/browser/download/download_util.h (working copy)
|
| @@ -19,11 +19,6 @@
|
| #include "views/view.h"
|
| #endif
|
|
|
| -namespace gfx {
|
| -class Canvas;
|
| -class Image;
|
| -}
|
| -
|
| class BaseDownloadItemModel;
|
| class DictionaryValue;
|
| class DownloadItem;
|
| @@ -36,10 +31,15 @@
|
| struct DownloadCreateInfo;
|
| struct DownloadSaveInfo;
|
|
|
| -namespace net {
|
| -class URLRequestContextGetter;
|
| +namespace content {
|
| +class ResourceContext;
|
| }
|
|
|
| +namespace gfx {
|
| +class Canvas;
|
| +class Image;
|
| +}
|
| +
|
| namespace download_util {
|
|
|
| // Download temporary file creation --------------------------------------------
|
| @@ -238,7 +238,7 @@
|
| ResourceDispatcherHost* rdh,
|
| int render_process_host_id,
|
| int render_view_id,
|
| - net::URLRequestContextGetter* request_context_getter);
|
| + const content::ResourceContext* context);
|
|
|
| // Tells the resource dispatcher host to cancel a download request.
|
| // Must be called on the IO thread.
|
|
|