summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/extensions/file_browser_event_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/extensions/file_browser_event_router.h')
-rw-r--r--chrome/browser/chromeos/extensions/file_browser_event_router.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/extensions/file_browser_event_router.h b/chrome/browser/chromeos/extensions/file_browser_event_router.h
index 7f6f12c..1567dc1 100644
--- a/chrome/browser/chromeos/extensions/file_browser_event_router.h
+++ b/chrome/browser/chromeos/extensions/file_browser_event_router.h
@@ -86,8 +86,9 @@ class FileBrowserEventRouter
// drive::DriveServiceObserver overrides.
virtual void OnProgressUpdate(
- const gdata::OperationProgressStatusList& list) OVERRIDE;
- virtual void OnAuthenticationFailed(gdata::GDataErrorCode error) OVERRIDE;
+ const google_apis::OperationProgressStatusList& list) OVERRIDE;
+ virtual void OnAuthenticationFailed(
+ google_apis::GDataErrorCode error) OVERRIDE;
// drive::DriveFileSystemInterface::Observer overrides.
virtual void OnDirectoryChanged(const FilePath& directory_path) OVERRIDE;
@@ -200,7 +201,7 @@ class FileBrowserEventRouter
// Used to implement MountDrive(). Called after the authentication.
void OnAuthenticated(const base::Closure& callback,
- gdata::GDataErrorCode error,
+ google_apis::GDataErrorCode error,
const std::string& tokeni);
scoped_refptr<FileWatcherDelegate> delegate_;