| Index: chrome/browser/chromeos/drive/sync_client.h
|
| diff --git a/chrome/browser/chromeos/drive/sync_client.h b/chrome/browser/chromeos/drive/sync_client.h
|
| index 432584ce36d568c156c96bf3a058d6e4020fecc2..04de7a39e8e6ff3d281a7f50d4f9ea8eb7894373 100644
|
| --- a/chrome/browser/chromeos/drive/sync_client.h
|
| +++ b/chrome/browser/chromeos/drive/sync_client.h
|
| @@ -131,8 +131,7 @@ class SyncClient : public FileSystemObserver,
|
| void 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);
|
|
|
| // Called when the file for |resource_id| is uploaded.
|
| // Calls DoSyncLoop() to go back to the sync loop.
|
|
|