Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2475)

Unified Diff: chrome/browser/chromeos/gdata/mock_drive_service.cc

Issue 10877006: Rename GDataErrorCode to DriveErrorCode, GDataFileError to DriveFileError (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698