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

Unified Diff: chrome/browser/chromeos/gdata/operation_runner.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/operation_runner.cc
diff --git a/chrome/browser/chromeos/gdata/operation_runner.cc b/chrome/browser/chromeos/gdata/operation_runner.cc
index 6f31d1692094e0a90012b982315063648a4db77a..e304e1104a44ae20775f807630bd6a66ab2169a9 100644
--- a/chrome/browser/chromeos/gdata/operation_runner.cc
+++ b/chrome/browser/chromeos/gdata/operation_runner.cc
@@ -71,7 +71,7 @@ void OperationRunner::StartOperation(GDataOperationInterface* operation) {
void OperationRunner::OnOperationAuthRefresh(
GDataOperationInterface* operation,
- GDataErrorCode code,
+ DriveErrorCode code,
const std::string& auth_token) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Powered by Google App Engine
This is Rietveld 408576698