Index: chrome/browser/chromeos/gdata/gdata_system_service.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_system_service.cc b/chrome/browser/chromeos/gdata/gdata_system_service.cc |
index 0cd23a0e5ea2b82f36e6a3014b82f007dd5abeeb..2c488067b81b8ebdf72e589a4405e7386a0fd611 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_system_service.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_system_service.cc |
@@ -44,8 +44,11 @@ void GDataSystemService::Initialize() { |
g_browser_process->download_status_updater() ? |
DownloadServiceFactory::GetForProfile(profile_)->GetDownloadManager() : |
NULL; |
- download_observer_->Initialize(uploader_.get(), download_manager, |
- file_system_->GetGDataTempDownloadFolderPath()); |
+ download_observer_->Initialize( |
+ uploader_.get(), |
+ download_manager, |
+ file_system_->GetCacheDirectoryPath( |
+ GDataRootDirectory::CACHE_TYPE_TMP_DOWNLOADS)); |
sync_client_->Initialize(); |
} |