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

Unified Diff: chrome/browser/chromeos/gdata/drive_task_executor.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
Index: chrome/browser/chromeos/gdata/drive_task_executor.h
diff --git a/chrome/browser/chromeos/gdata/drive_task_executor.h b/chrome/browser/chromeos/gdata/drive_task_executor.h
index f4980b5a8487ad2e4f0155a3188b2af333f985e6..b2273b3fc1a45b4669b126a92d3ca23b420b8cee 100644
--- a/chrome/browser/chromeos/gdata/drive_task_executor.h
+++ b/chrome/browser/chromeos/gdata/drive_task_executor.h
@@ -36,7 +36,7 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor {
const std::string& action_id);
virtual ~DriveTaskExecutor();
- void OnFileEntryFetched(GDataFileError error,
+ void OnFileEntryFetched(DriveFileError error,
scoped_ptr<DriveEntryProto> entry_proto);
void OnAppAuthorized(const std::string& resource_id,
GDataErrorCode error,

Powered by Google App Engine
This is Rietveld 408576698