| 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 948859b47584a5642aa42b3696d0df07561297df..6cea83aee3abba632ff3c0628c2c2c7af09699bf 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/drive_pref_names.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"
|
| @@ -37,6 +36,7 @@
|
| #include "components/drive/drive_api_util.h"
|
| #include "components/drive/drive_app_registry.h"
|
| #include "components/drive/drive_notification_manager.h"
|
| +#include "components/drive/drive_pref_names.h"
|
| #include "components/drive/event_logger.h"
|
| #include "components/drive/service/drive_api_service.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
|
|