| Index: chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| index 7682d73570f268587351cc8b22b39b7b5837a7ed..10801019da27d5e7b9e94d76b8af33807ef741a9 100644
|
| --- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| @@ -14,20 +14,20 @@
|
| #include "base/prefs/pref_service.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/sys_info.h"
|
| -#include "chrome/browser/chromeos/drive/debug_info_collector.h"
|
| -#include "chrome/browser/chromeos/drive/drive.pb.h"
|
| #include "chrome/browser/chromeos/drive/drive_integration_service.h"
|
| -#include "chrome/browser/chromeos/drive/drive_pref_names.h"
|
| #include "chrome/browser/chromeos/drive/file_system_util.h"
|
| -#include "chrome/browser/chromeos/drive/job_list.h"
|
| #include "chrome/browser/chromeos/file_manager/path_util.h"
|
| #include "chrome/browser/drive/drive_notification_manager_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "components/drive/debug_info_collector.h"
|
| +#include "components/drive/drive.pb.h"
|
| #include "components/drive/drive_api_util.h"
|
| #include "components/drive/drive_notification_manager.h"
|
| +#include "components/drive/drive_pref_names.h"
|
| #include "components/drive/event_logger.h"
|
| +#include "components/drive/job_list.h"
|
| #include "components/drive/service/drive_service_interface.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/web_ui.h"
|
|
|