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

Unified Diff: chrome/browser/chromeos/drive/change_list_loader.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: chrome/browser/chromeos/drive/change_list_loader.h
diff --git a/chrome/browser/chromeos/drive/change_list_loader.h b/chrome/browser/chromeos/drive/change_list_loader.h
index 9b951965e63b67df115de54aff9aaab4b75a438a..3486aa4862a73c14067f75253f87eec02e04f1bf 100644
--- a/chrome/browser/chromeos/drive/change_list_loader.h
+++ b/chrome/browser/chromeos/drive/change_list_loader.h
@@ -14,8 +14,8 @@
#include "base/memory/scoped_vector.h"
#include "base/observer_list.h"
#include "chrome/browser/chromeos/drive/file_errors.h"
+#include "google_apis/drive/drive_api_error_codes.h"
#include "google_apis/drive/drive_common_callbacks.h"
-#include "google_apis/drive/gdata_errorcode.h"
class GURL;
@@ -103,7 +103,7 @@ class AboutResourceLoader {
// cached and the other is passed to callbacks associated with |task_id|.
void UpdateAboutResourceAfterGetAbout(
int task_id,
- google_apis::GDataErrorCode status,
+ google_apis::DriveApiErrorCode status,
scoped_ptr<google_apis::AboutResource> about_resource);
JobScheduler* scheduler_;
@@ -175,7 +175,7 @@ class ChangeListLoader {
FileError error);
void LoadAfterGetAboutResource(
int64 local_changestamp,
- google_apis::GDataErrorCode status,
+ google_apis::DriveApiErrorCode status,
scoped_ptr<google_apis::AboutResource> about_resource);
// Part of Load().
@@ -185,7 +185,7 @@ class ChangeListLoader {
// Called when the loading about_resource_loader_->UpdateAboutResource is
// completed.
- void OnAboutResourceUpdated(google_apis::GDataErrorCode error,
+ void OnAboutResourceUpdated(google_apis::DriveApiErrorCode error,
scoped_ptr<google_apis::AboutResource> resource);
// ================= Implementation for change list loading =================

Powered by Google App Engine
This is Rietveld 408576698