| Index: chrome/browser/chromeos/drive/job_scheduler.h
|
| diff --git a/chrome/browser/chromeos/drive/job_scheduler.h b/chrome/browser/chromeos/drive/job_scheduler.h
|
| index 7430d5f7f1ebeac83131d08848585bda4fe5fffd..d0388fd9a479004c5c6e3e72f2e8801f3c74a006 100644
|
| --- a/chrome/browser/chromeos/drive/job_scheduler.h
|
| +++ b/chrome/browser/chromeos/drive/job_scheduler.h
|
| @@ -151,7 +151,7 @@ class JobScheduler
|
| JobID DownloadFile(
|
| const base::FilePath& virtual_path,
|
| const base::FilePath& local_cache_path,
|
| - const GURL& download_url,
|
| + const std::string& resource_id,
|
| const ClientContext& context,
|
| const google_apis::DownloadActionCallback& download_action_callback,
|
| const google_apis::GetContentCallback& get_content_callback);
|
|
|