| Index: chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h
|
| index 2c0bf06a2f579a4698af4968cfe391961c1518c9..441f13440c18d8d61d7db69fa10068581d4835d5 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/browser/google_apis/gdata_errorcode.h"
|
| #include "chrome/browser/sync_file_system/remote_file_sync_service.h"
|
| #include "chrome/browser/sync_file_system/sync_callbacks.h"
|
| #include "chrome/browser/sync_file_system/sync_task.h"
|
| +#include "google_apis/drive/gdata_errorcode.h"
|
|
|
| namespace drive {
|
| class DriveServiceInterface;
|
|
|