| Index: chrome/browser/chromeos/drive/sync_client.cc
|
| diff --git a/chrome/browser/chromeos/drive/sync_client.cc b/chrome/browser/chromeos/drive/sync_client.cc
|
| index 04443fbe6641decd2b4dce85053be3c29edf725d..309c00f2c7c11473def8d009ce8de183a7c8a352 100644
|
| --- a/chrome/browser/chromeos/drive/sync_client.cc
|
| +++ b/chrome/browser/chromeos/drive/sync_client.cc
|
| @@ -303,8 +303,7 @@ void SyncClient::OnPinned(const std::string& resource_id,
|
| void SyncClient::OnFetchFileComplete(const std::string& resource_id,
|
| FileError error,
|
| const base::FilePath& local_path,
|
| - const std::string& ununsed_mime_type,
|
| - DriveFileType file_type) {
|
| + scoped_ptr<ResourceEntry> entry) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| fetch_list_.erase(resource_id);
|
|
|