Index: chrome/browser/chromeos/gdata/gdata_file_system.cc |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_file_system.cc (revision 126207) |
+++ chrome/browser/chromeos/gdata/gdata_file_system.cc (working copy) |
@@ -1055,7 +1055,7 @@ |
// If it's a file (only files have resource), remove it from cache. |
if (file->AsGDataFile()) { |
- RemoveFromCache(file->AsGDataFile()->resource(), |
+ RemoveFromCache(file->AsGDataFile()->resource_id(), |
base::Bind(&GDataFileSystem::OnRemovedFromCache, |
weak_ptr_factory_.GetWeakPtr())); |
} |