| Index: chrome/browser/chromeos/gdata/gdata_uploader.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_uploader.h b/chrome/browser/chromeos/gdata/gdata_uploader.h
|
| index 8f15b3a50dc3253c646ef61f32bbd4c7d1d86dc7..01944060e6451dc16ae7e4cfc835229ac502391a 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_uploader.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_uploader.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/platform_file.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
|
| +#include "chrome/browser/chromeos/gdata/drive_errorcode.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_operations.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_upload_file_info.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -97,7 +97,7 @@ class GDataUploader : public GDataUploaderInterface {
|
|
|
| // DriveService callback for InitiateUpload.
|
| void OnUploadLocationReceived(int upload_id,
|
| - GDataErrorCode code,
|
| + DriveErrorCode code,
|
| const GURL& upload_location);
|
|
|
| // Uploads the next chunk of data from the file.
|
| @@ -121,7 +121,7 @@ class GDataUploader : public GDataUploaderInterface {
|
|
|
| // Handle failed uploads.
|
| void UploadFailed(scoped_ptr<UploadFileInfo> upload_file_info,
|
| - GDataFileError error);
|
| + DriveFileError error);
|
|
|
| // Removes |upload_id| from UploadFileInfoMap |pending_uploads_|.
|
| // Note that this does not delete the UploadFileInfo object itself,
|
|
|