| 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 5f478699e6d687793a94b82ade509eaf87c64341..f7954a1e559a5f971face7c5f5dccfb6e5aee06a 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
|
| @@ -8,14 +8,14 @@
|
| #include "base/location.h"
|
| #include "chrome/browser/drive/drive_api_util.h"
|
| #include "chrome/browser/drive/drive_service_interface.h"
|
| -#include "chrome/browser/google_apis/drive_api_parser.h"
|
| -#include "chrome/browser/google_apis/gdata_wapi_parser.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/metadata_database.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/metadata_database.pb.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/sync_engine_context.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/tracker_set.h"
|
| #include "chrome/browser/sync_file_system/syncable_file_system_util.h"
|
| +#include "google_apis/drive/drive_api_parser.h"
|
| +#include "google_apis/drive/gdata_wapi_parser.h"
|
|
|
| namespace sync_file_system {
|
| namespace drive_backend {
|
|
|