| 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..e796aab8fac5ad1caffc4b7097732dafd97acbd5 100644
|
| --- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| @@ -15,7 +15,6 @@
|
| #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"
|
| @@ -25,6 +24,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "components/drive/drive.pb.h"
|
| #include "components/drive/drive_api_util.h"
|
| #include "components/drive/drive_notification_manager.h"
|
| #include "components/drive/event_logger.h"
|
|
|