| 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 e796aab8fac5ad1caffc4b7097732dafd97acbd5..a23b4ba84cff02901ae3f1f841dbb43b3c1e455a 100644
|
| --- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| @@ -16,7 +16,6 @@
|
| #include "base/sys_info.h"
|
| #include "chrome/browser/chromeos/drive/debug_info_collector.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"
|
| @@ -27,6 +26,7 @@
|
| #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/service/drive_service_interface.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|