| Index: chrome/browser/chromeos/gdata/gdata_file_system.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.cc b/chrome/browser/chromeos/gdata/gdata_file_system.cc
|
| index 9901aee91c8a454a265bdbf7018849d66f8fabc3..cc559bf9f0dd9cca8e726ca6ffbd4ff925d5b5b9 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system.cc
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system.cc
|
| @@ -2963,7 +2963,7 @@ void GDataFileSystem::UnpinIfPinned(
|
| const std::string& resource_id,
|
| const std::string& md5,
|
| bool success,
|
| - const GDataCache::CacheEntry& cache_entry) {
|
| + const GDataCacheEntry& cache_entry) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| // TODO(hshi): http://crbug.com/127138 notify when file properties change.
|
| // This allows file manager to clear the "Available offline" checkbox.
|
|
|