| Index: chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc
|
| index 8dc86a6329df33e77a6e75b6a4fc8fb1f0a39331..da2004481840d1efc6fb15bb837b71131264071d 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc
|
| @@ -6,8 +6,10 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| +#include "base/sequenced_task_runner.h"
|
| #include "chrome/browser/drive/drive_api_util.h"
|
| #include "chrome/browser/drive/drive_service_interface.h"
|
| +#include "chrome/browser/drive/drive_uploader.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/drive_backend_util.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/metadata_database.h"
|
|
|