| 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 c10b11f22584c11f22d0f1668c6a7fe3ca99e059..f8a4f5589c17a274b6123fab6fdadbd1b7697e01 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| @@ -13,7 +13,6 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chromeos/drive/debug_info_collector.h"
|
| #include "chrome/browser/chromeos/drive/download_handler.h"
|
| -#include "chrome/browser/chromeos/drive/drive_app_registry.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"
|
| @@ -28,6 +27,7 @@
|
| #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/gdata_wapi_service.h"
|
|
|