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

Unified Diff: chrome/browser/chromeos/gdata/gdata_upload_file_info.h

Issue 10877006: Rename GDataErrorCode to DriveErrorCode, GDataFileError to DriveFileError (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor local variable name fix. 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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_test_util.cc ('k') | chrome/browser/chromeos/gdata/gdata_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_upload_file_info.h
diff --git a/chrome/browser/chromeos/gdata/gdata_upload_file_info.h b/chrome/browser/chromeos/gdata/gdata_upload_file_info.h
index 80ce3063dd63b44d30ce725cb130c83211179ce0..3eb38c04895574bd5967401f2b5c83e728c23407 100644
--- a/chrome/browser/chromeos/gdata/gdata_upload_file_info.h
+++ b/chrome/browser/chromeos/gdata/gdata_upload_file_info.h
@@ -88,7 +88,7 @@ struct UploadFileInfo {
scoped_ptr<DocumentEntry> entry;
// Callback to be invoked once the upload has completed.
- typedef base::Callback<void(GDataFileError error,
+ typedef base::Callback<void(DriveFileError error,
scoped_ptr<UploadFileInfo> upload_file_info)> UploadCompletionCallback;
UploadCompletionCallback completion_callback;
};
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_test_util.cc ('k') | chrome/browser/chromeos/gdata/gdata_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698