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

Unified Diff: chrome/browser/chromeos/drive/directory_loader.cc

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/directory_loader.cc
diff --git a/chrome/browser/chromeos/drive/directory_loader.cc b/chrome/browser/chromeos/drive/directory_loader.cc
index d830fbe09bca46b0bd67c0952fc4e2cfc01fe676..b1512ad0a49585e0e2916342da9c72bb0a8b6c43 100644
--- a/chrome/browser/chromeos/drive/directory_loader.cc
+++ b/chrome/browser/chromeos/drive/directory_loader.cc
@@ -121,7 +121,7 @@ class DirectoryLoader::FeedFetcher {
private:
void OnFileListFetched(const FileOperationCallback& callback,
- google_apis::GDataErrorCode status,
+ google_apis::DriveApiErrorCode status,
scoped_ptr<google_apis::FileList> file_list) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
DCHECK(!callback.is_null());
@@ -335,7 +335,7 @@ void DirectoryLoader::ReadDirectoryAfterLoadParent(
void DirectoryLoader::ReadDirectoryAfterGetAboutResource(
const std::string& local_id,
- google_apis::GDataErrorCode status,
+ google_apis::DriveApiErrorCode status,
scoped_ptr<google_apis::AboutResource> about_resource) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Powered by Google App Engine
This is Rietveld 408576698