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

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

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.h
diff --git a/chrome/browser/chromeos/gdata/operation_runner.h b/chrome/browser/chromeos/gdata/operation_runner.h
index dfb9eb71c2cdf6fa10fbbd1da53874cbbd909882..ca533be2ec420f0bc52a4a33483c3a65a9858eb6 100644
--- a/chrome/browser/chromeos/gdata/operation_runner.h
+++ b/chrome/browser/chromeos/gdata/operation_runner.h
@@ -11,7 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/chromeos/gdata/auth_service.h"
-#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
+#include "chrome/browser/chromeos/gdata/drive_errorcode.h"
class Profile;
@@ -53,7 +53,7 @@ class OperationRunner : public AuthService::Observer {
// Called when the authentication token is refreshed.
void OnOperationAuthRefresh(GDataOperationInterface* operation,
- GDataErrorCode error,
+ DriveErrorCode error,
const std::string& auth_token);
// Clears any authentication token and retries the operation, which

Powered by Google App Engine
This is Rietveld 408576698