Index: chrome/browser/chromeos/gdata/gdata_system_service.cc |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_system_service.cc (revision 129387) |
+++ chrome/browser/chromeos/gdata/gdata_system_service.cc (working copy) |
@@ -44,9 +44,8 @@ |
g_browser_process->download_status_updater() ? |
DownloadServiceFactory::GetForProfile(profile_)->GetDownloadManager() : |
NULL; |
- download_observer_->Initialize( |
- file_system_->GetGDataTempDownloadFolderPath(), |
- uploader_.get(), download_manager); |
+ download_observer_->Initialize(uploader_.get(), download_manager, |
+ file_system_->GetGDataTempDownloadFolderPath()); |
sync_client_->Initialize(); |
} |