| 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 da856776c43f5e6523c2f4cee41c507c2d8bf74d..948859b47584a5642aa42b3696d0df07561297df 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| @@ -26,12 +26,7 @@
|
| #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_api_service.h"
|
| -#include "chrome/browser/drive/drive_api_util.h"
|
| -#include "chrome/browser/drive/drive_app_registry.h"
|
| -#include "chrome/browser/drive/drive_notification_manager.h"
|
| #include "chrome/browser/drive/drive_notification_manager_factory.h"
|
| -#include "chrome/browser/drive/event_logger.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| @@ -39,6 +34,11 @@
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/grit/generated_resources.h"
|
| +#include "components/drive/drive_api_util.h"
|
| +#include "components/drive/drive_app_registry.h"
|
| +#include "components/drive/drive_notification_manager.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"
|
| #include "components/signin/core/browser/profile_oauth2_token_service.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
|
|