| 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 1c35ecf7c4a235b2be20910cb3711059e92caaa8..059d389d22ba7866e19ea183b3f54d6133e7da43 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"
|
| @@ -36,6 +35,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"
|
|
|