| Index: chrome/browser/chromeos/drive/drive_integration_service.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_integration_service.cc b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| index eca1836131dcf3d9867d1f455d77888caa26067c..29b48960452d2581ae0cccb72d40b2cb6347934b 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| @@ -19,9 +19,8 @@
|
| #include "chrome/browser/chromeos/drive/file_system_util.h"
|
| #include "chrome/browser/chromeos/file_manager/path_util.h"
|
| #include "chrome/browser/chromeos/profiles/profile_util.h"
|
| +#include "chrome/browser/download/download_core_service_factory.h"
|
| #include "chrome/browser/download/download_prefs.h"
|
| -#include "chrome/browser/download/download_service.h"
|
| -#include "chrome/browser/download/download_service_factory.h"
|
| #include "chrome/browser/drive/drive_notification_manager_factory.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -639,7 +638,7 @@ DriveIntegrationServiceFactory::DriveIntegrationServiceFactory()
|
| BrowserContextDependencyManager::GetInstance()) {
|
| DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance());
|
| DependsOn(DriveNotificationManagerFactory::GetInstance());
|
| - DependsOn(DownloadServiceFactory::GetInstance());
|
| + DependsOn(DownloadCoreServiceFactory::GetInstance());
|
| }
|
|
|
| DriveIntegrationServiceFactory::~DriveIntegrationServiceFactory() {
|
|
|