| 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 cef815934691edeaad17f0de2f6ebab65a018ab0..c98cd19febfd6841325312db3a12c923b128d7cd 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| @@ -14,11 +14,8 @@
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/chromeos/drive/debug_info_collector.h"
|
| #include "chrome/browser/chromeos/drive/download_handler.h"
|
| -#include "chrome/browser/chromeos/drive/file_cache.h"
|
| #include "chrome/browser/chromeos/drive/file_system.h"
|
| #include "chrome/browser/chromeos/drive/file_system_util.h"
|
| -#include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| -#include "chrome/browser/chromeos/drive/resource_metadata_storage.h"
|
| #include "chrome/browser/chromeos/file_manager/path_util.h"
|
| #include "chrome/browser/chromeos/profiles/profile_util.h"
|
| #include "chrome/browser/download/download_prefs.h"
|
| @@ -36,7 +33,10 @@
|
| #include "components/drive/drive_notification_manager.h"
|
| #include "components/drive/drive_pref_names.h"
|
| #include "components/drive/event_logger.h"
|
| +#include "components/drive/file_cache.h"
|
| #include "components/drive/job_scheduler.h"
|
| +#include "components/drive/resource_metadata.h"
|
| +#include "components/drive/resource_metadata_storage.h"
|
| #include "components/drive/service/drive_api_service.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/signin/core/browser/profile_oauth2_token_service.h"
|
|
|