| Index: chrome/browser/extensions/webstore_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
|
| index 99ede0cf62a65aa6e54f94970e1ff8ecf39d7f4a..7e48bb82d04497b9f0c9e5fc0c2550d7375f2c46 100644
|
| --- a/chrome/browser/extensions/webstore_installer.h
|
| +++ b/chrome/browser/extensions/webstore_installer.h
|
| @@ -16,11 +16,11 @@
|
| #include "base/version.h"
|
| #include "chrome/browser/extensions/extension_install_prompt.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "content/public/browser/download_interrupt_reasons.h"
|
| #include "content/public/browser/download_item.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "extensions/common/manifest_handlers/shared_module_info.h"
|
| -#include "net/base/net_errors.h"
|
| #include "ui/gfx/image/image_skia.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -205,7 +205,8 @@ class WebstoreInstaller :public content::NotificationObserver,
|
| InstallSource source);
|
|
|
| // DownloadManager::DownloadUrl callback.
|
| - void OnDownloadStarted(content::DownloadItem* item, net::Error error);
|
| + void OnDownloadStarted(content::DownloadItem* item,
|
| + content::DownloadInterruptReason interrupt_reason);
|
|
|
| // DownloadItem::Observer implementation:
|
| virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
|
|
|