Index: chrome/browser/chromeos/gdata/gdata_download_observer.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_download_observer.cc b/chrome/browser/chromeos/gdata/gdata_download_observer.cc |
index 256c05fd7c3d8ddc30a5f000484a25a73463b0e6..11f11e145815a664cfe3657ca5936bf8f572efa8 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_download_observer.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_download_observer.cc |
@@ -122,7 +122,7 @@ void GDataDownloadObserver::SubstituteGDataDownloadPath(Profile* profile, |
SetDownloadParams(gdata_path, download); |
const FilePath gdata_tmp_download_dir = |
- system_service->file_system()->GetCacheDirectoryPath( |
+ system_service->cache()->GetCacheDirectoryPath( |
gdata::GDataCache::CACHE_TYPE_TMP_DOWNLOADS); |
// Swap the gdata path with a local path. Local path must be created |