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

Unified Diff: chrome/browser/chromeos/drive/file_system.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/file_system.h
diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
index 25e5868757605cc5add2ac1aa091750d2765fa84..e3df42263bc6381c3ebbb69df1f9032462c2d426 100644
--- a/chrome/browser/chromeos/drive/file_system.h
+++ b/chrome/browser/chromeos/drive/file_system.h
@@ -14,7 +14,7 @@
#include "chrome/browser/chromeos/drive/change_list_loader_observer.h"
#include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
#include "chrome/browser/chromeos/drive/file_system_interface.h"
-#include "google_apis/drive/gdata_errorcode.h"
+#include "google_apis/drive/drive_api_error_codes.h"
class PrefService;
@@ -198,7 +198,7 @@ class FileSystem : public FileSystemInterface,
// Callback for handling about resource fetch.
void OnGetAboutResource(
const GetAvailableSpaceCallback& callback,
- google_apis::GDataErrorCode status,
+ google_apis::DriveApiErrorCode status,
scoped_ptr<google_apis::AboutResource> about_resource);
// Part of CheckForUpdates(). Called when
@@ -219,7 +219,7 @@ class FileSystem : public FileSystemInterface,
ResourceEntry* entry,
FileError error);
void OnGetResourceEntryForGetShareUrl(const GetShareUrlCallback& callback,
- google_apis::GDataErrorCode status,
+ google_apis::DriveApiErrorCode status,
const GURL& share_url);
// Part of AddPermission.
void AddPermissionAfterGetResourceEntry(

Powered by Google App Engine
This is Rietveld 408576698