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

Unified Diff: google_apis/drive/request_sender.h

Issue 881403003: Rename gdata_errorcode.h to drive_api_error_codes.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typos in BUILD.gn Created 5 years, 11 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: google_apis/drive/request_sender.h
diff --git a/google_apis/drive/request_sender.h b/google_apis/drive/request_sender.h
index e610d9723c58097a6d9ab84342c32b722e8b93a5..ff5130da24c4c67a907b15f70d88f348a8360ff6 100644
--- a/google_apis/drive/request_sender.h
+++ b/google_apis/drive/request_sender.h
@@ -14,7 +14,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
-#include "google_apis/drive/gdata_errorcode.h"
+#include "google_apis/drive/drive_api_error_codes.h"
namespace base {
class SequencedTaskRunner;
@@ -79,7 +79,7 @@ class RequestSender {
// Called when the access token is fetched.
void OnAccessTokenFetched(
const base::WeakPtr<AuthenticatedRequestInterface>& request,
- GDataErrorCode error,
+ DriveApiErrorCode error,
const std::string& access_token);
// Clears any authentication token and retries the request, which forces

Powered by Google App Engine
This is Rietveld 408576698