Index: chrome/browser/chromeos/gdata/drive_task_executor.h |
diff --git a/chrome/browser/chromeos/gdata/drive_task_executor.h b/chrome/browser/chromeos/gdata/drive_task_executor.h |
index f4980b5a8487ad2e4f0155a3188b2af333f985e6..b2273b3fc1a45b4669b126a92d3ca23b420b8cee 100644 |
--- a/chrome/browser/chromeos/gdata/drive_task_executor.h |
+++ b/chrome/browser/chromeos/gdata/drive_task_executor.h |
@@ -36,7 +36,7 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor { |
const std::string& action_id); |
virtual ~DriveTaskExecutor(); |
- void OnFileEntryFetched(GDataFileError error, |
+ void OnFileEntryFetched(DriveFileError error, |
scoped_ptr<DriveEntryProto> entry_proto); |
void OnAppAuthorized(const std::string& resource_id, |
GDataErrorCode error, |