| Index: chrome/browser/chromeos/gdata/mock_drive_service.cc
|
| diff --git a/chrome/browser/chromeos/gdata/mock_drive_service.cc b/chrome/browser/chromeos/gdata/mock_drive_service.cc
|
| index dd35e09809ee6a5d366a42456ef3e14b9efc592d..ed2d756d901dac8b09d7ded0a99c900eb4cdbd2e 100644
|
| --- a/chrome/browser/chromeos/gdata/mock_drive_service.cc
|
| +++ b/chrome/browser/chromeos/gdata/mock_drive_service.cc
|
| @@ -183,7 +183,7 @@ void MockDriveService::DownloadFileStub(
|
| const GURL& content_url,
|
| const DownloadActionCallback& download_action_callback,
|
| const GetContentCallback& get_content_callback) {
|
| - GDataErrorCode error = HTTP_SUCCESS;
|
| + DriveErrorCode error = HTTP_SUCCESS;
|
| if (file_data_.get()) {
|
| int file_data_size = static_cast<int>(file_data_->size());
|
| ASSERT_EQ(file_data_size,
|
|
|