| Index: chrome/browser/chromeos/drive/sync/remove_performer.h
|
| diff --git a/chrome/browser/chromeos/drive/sync/remove_performer.h b/chrome/browser/chromeos/drive/sync/remove_performer.h
|
| index fa389f95fdd5ba2d0e944aba4c68a66f483e4ca1..2d0a3bd7bfa48789d4f1b7c2429e389537a92aad 100644
|
| --- a/chrome/browser/chromeos/drive/sync/remove_performer.h
|
| +++ b/chrome/browser/chromeos/drive/sync/remove_performer.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/chromeos/drive/file_errors.h"
|
| -#include "google_apis/drive/gdata_errorcode.h"
|
| +#include "google_apis/drive/drive_api_error_codes.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -71,7 +71,7 @@ class RemovePerformer {
|
| const ClientContext& context,
|
| const FileOperationCallback& callback,
|
| const std::string& local_id,
|
| - google_apis::GDataErrorCode status);
|
| + google_apis::DriveApiErrorCode status);
|
|
|
| // Requests the server to detach the specified resource from its parent.
|
| void UnparentResource(const ClientContext& context,
|
| @@ -84,14 +84,14 @@ class RemovePerformer {
|
| const ClientContext& context,
|
| const FileOperationCallback& callback,
|
| const std::string& local_id,
|
| - google_apis::GDataErrorCode status,
|
| + google_apis::DriveApiErrorCode status,
|
| scoped_ptr<google_apis::FileResource> file_resource);
|
|
|
| // Part of UnparentResource().
|
| void UnparentResourceAfterUpdateRemoteState(
|
| const FileOperationCallback& callback,
|
| const std::string& local_id,
|
| - google_apis::GDataErrorCode status);
|
| + google_apis::DriveApiErrorCode status);
|
|
|
| scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;
|
| file_system::OperationDelegate* delegate_;
|
|
|