| 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 69af72770b80f758a431835944baf14c723ae6c9..2b9e0d732f02d819f725563893955c52229570b7 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
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/browser/sync_file_system/drive_backend/sync_task.h"
|
| #include "chrome/browser/sync_file_system/remote_file_sync_service.h"
|
| #include "chrome/browser/sync_file_system/sync_callbacks.h"
|
| -#include "google_apis/drive/gdata_errorcode.h"
|
| +#include "google_apis/drive/drive_api_error_codes.h"
|
|
|
| namespace drive {
|
| class DriveServiceInterface;
|
| @@ -39,7 +39,7 @@ class UninstallAppTask : public ExclusiveTask {
|
| private:
|
| void DidDeleteAppRoot(const SyncStatusCallback& callback,
|
| int64 change_id,
|
| - google_apis::GDataErrorCode error);
|
| + google_apis::DriveApiErrorCode error);
|
|
|
| bool IsContextReady();
|
| MetadataDatabase* metadata_database();
|
|
|