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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_event_router.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/extensions/file_browser_event_router.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_event_router.h b/chrome/browser/chromeos/extensions/file_browser_event_router.h
index bcd509376ddf04da79e1149878cab6c952faa587..61f24f5279652715e0cc37161b1bfbf099693e10 100644
--- a/chrome/browser/chromeos/extensions/file_browser_event_router.h
+++ b/chrome/browser/chromeos/extensions/file_browser_event_router.h
@@ -194,7 +194,7 @@ class FileBrowserEventRouter
// Used to implement MountDrive(). Called after the authentication.
void OnAuthenticated(const base::Closure& callback,
- gdata::GDataErrorCode error,
+ gdata::DriveErrorCode error,
const std::string& tokeni);
scoped_refptr<FileWatcherDelegate> delegate_;

Powered by Google App Engine
This is Rietveld 408576698