| Index: chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.h b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| index 3d621592e7983e7e5e122e0879ec63d70b419689..6a3833dd5b756c53b03666d413d366c6615bd261 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| @@ -13,7 +13,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 FilePath;
|
| @@ -124,7 +124,7 @@ class CopyOperation {
|
| // Called after server side operation is done.
|
| void UpdateAfterServerSideOperation(
|
| const FileOperationCallback& callback,
|
| - google_apis::GDataErrorCode status,
|
| + google_apis::DriveApiErrorCode status,
|
| scoped_ptr<google_apis::FileResource> entry);
|
|
|
| // Part of CopyResourceOnServer and TransferFileFromLocalToRemote.
|
|
|