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 bf165f834d5dc257361643c412f654473ba45a93..f42118ec6798d30f1b8c4e04b43242e637a60b3d 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_download_observer.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_download_observer.cc |
@@ -12,7 +12,7 @@ |
#include "chrome/browser/chromeos/gdata/drive.pb.h" |
#include "chrome/browser/chromeos/gdata/drive_file_system_interface.h" |
#include "chrome/browser/chromeos/gdata/drive_service_interface.h" |
-#include "chrome/browser/chromeos/gdata/gdata_system_service.h" |
+#include "chrome/browser/chromeos/gdata/drive_system_service.h" |
#include "chrome/browser/chromeos/gdata/gdata_upload_file_info.h" |
#include "chrome/browser/chromeos/gdata/gdata_uploader.h" |
#include "chrome/browser/chromeos/gdata/gdata_util.h" |
@@ -103,9 +103,9 @@ void RunSubstituteGDataDownloadCallback( |
callback.Run(*file_path); |
} |
-GDataSystemService* GetSystemService(Profile* profile) { |
- GDataSystemService* system_service = |
- GDataSystemServiceFactory::GetForProfile( |
+DriveSystemService* GetSystemService(Profile* profile) { |
+ DriveSystemService* system_service = |
+ DriveSystemServiceFactory::GetForProfile( |
profile ? profile : ProfileManager::GetDefaultProfile()); |
DCHECK(system_service); |
return system_service; |