| Index: chrome/browser/chromeos/drive/file_system_interface.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system_interface.h b/chrome/browser/chromeos/drive/file_system_interface.h
|
| index 1ddbc8f4150496b06e9a43167ec21e87a1a782fe..495bb2287ab263b2a9a9741ed32d4e444cef9483 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_interface.h
|
| +++ b/chrome/browser/chromeos/drive/file_system_interface.h
|
| @@ -125,9 +125,7 @@ typedef base::Callback<void(FileError error,
|
| MarkMountedCallback;
|
|
|
| // Callback for GetCacheEntry.
|
| -// |success| indicates if the operation was successful.
|
| -// |cache_entry| is the obtained cache entry.
|
| -typedef base::Callback<void(bool success, const FileCacheEntry& cache_entry)>
|
| +typedef base::Callback<void(FileError error, const FileCacheEntry& cache_entry)>
|
| GetCacheEntryCallback;
|
|
|
| // Used to get file path.
|
|
|