| Index: content/browser/download/download_request_core.cc
|
| diff --git a/content/browser/download/download_request_core.cc b/content/browser/download/download_request_core.cc
|
| index 2f5b2f1c639fb86eb13cf2dbab3bd883f27dbf08..42d95bf50538c379fbfea10f0f643437883c04d8 100644
|
| --- a/content/browser/download/download_request_core.cc
|
| +++ b/content/browser/download/download_request_core.cc
|
| @@ -205,8 +205,8 @@ DownloadRequestCore::DownloadRequestCore(net::URLRequest* request,
|
| DCHECK(delegate_);
|
| RecordDownloadCount(UNTHROTTLED_COUNT);
|
| power_save_blocker_ = CreatePowerSaveBlocker(
|
| - PowerSaveBlocker::kPowerSaveBlockPreventAppSuspension,
|
| - PowerSaveBlocker::kReasonOther, "Download in progress");
|
| + device::PowerSaveBlocker::kPowerSaveBlockPreventAppSuspension,
|
| + device::PowerSaveBlocker::kReasonOther, "Download in progress");
|
| DownloadRequestData* request_data = DownloadRequestData::Get(request_);
|
| if (request_data) {
|
| save_info_ = request_data->TakeSaveInfo();
|
|
|