| Index: chrome/browser/chromeos/gdata/gdata_file_system.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| index 923eedeb3be5728ea17b636529993a02bafa8f6b..160e4229f700fa45b2c367379e5d9bd79be4d484 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| @@ -881,7 +881,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
|
| void UnpinIfPinned(const std::string& resource_id,
|
| const std::string& md5,
|
| bool success,
|
| - const GDataCache::CacheEntry& cache_entry);
|
| + const GDataCacheEntry& cache_entry);
|
|
|
| // Similar to OnFileDownloaded() but takes |has_enough_space| so we report
|
| // an error in case we don't have enough disk space.
|
|
|