Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system.cc

Issue 9694016: Extend and refactor GDataFileBase and derived classes. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()));
}

Powered by Google App Engine
This is Rietveld 408576698