diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/drive_task_executor.h')
-rw-r--r-- | chrome/browser/chromeos/drive/drive_task_executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/drive_task_executor.h b/chrome/browser/chromeos/drive/drive_task_executor.h index a09d899..dc9e2c2 100644 --- a/chrome/browser/chromeos/drive/drive_task_executor.h +++ b/chrome/browser/chromeos/drive/drive_task_executor.h @@ -40,7 +40,7 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor { void OnFileEntryFetched(DriveFileError error, scoped_ptr<DriveEntryProto> entry_proto); void OnAppAuthorized(const std::string& resource_id, - gdata::GDataErrorCode error, + google_apis::GDataErrorCode error, scoped_ptr<base::Value> feed_data); // Calls |done_| with |success| status. |