| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index ada0e36e61c94ca31d70afb6cb9ed962732d32e9..31c3b0dbb098b0dd1021f58f61f4869231ef6206 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -19,8 +19,8 @@
|
| #include "content/browser/download/download_request_handle.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/download_destination_observer.h"
|
| +#include "content/public/browser/download_interrupt_reasons.h"
|
| #include "content/public/browser/download_item.h"
|
| -#include "net/base/net_errors.h"
|
| #include "net/base/net_log.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -340,7 +340,8 @@ class CONTENT_EXPORT DownloadItemImpl
|
| void Completed();
|
|
|
| // Callback invoked when the URLRequest for a download resumption has started.
|
| - void OnResumeRequestStarted(DownloadItem* item, net::Error error);
|
| + void OnResumeRequestStarted(DownloadItem* item,
|
| + DownloadInterruptReason interrupt_reason);
|
|
|
| // Helper routines -----------------------------------------------------------
|
|
|
|
|