| 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 c98cd19febfd6841325312db3a12c923b128d7cd..f64bc7705adf956c7dde586493916581166df8f6 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| @@ -14,7 +14,6 @@
|
| #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_system.h"
|
| #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"
|
| @@ -34,6 +33,7 @@
|
| #include "components/drive/drive_pref_names.h"
|
| #include "components/drive/event_logger.h"
|
| #include "components/drive/file_cache.h"
|
| +#include "components/drive/file_system.h"
|
| #include "components/drive/job_scheduler.h"
|
| #include "components/drive/resource_metadata.h"
|
| #include "components/drive/resource_metadata_storage.h"
|
|
|