Index: chrome/browser/chromeos/drive/drive_api_service.h |
diff --git a/chrome/browser/chromeos/drive/drive_api_service.h b/chrome/browser/chromeos/drive/drive_api_service.h |
index b90067eae397369065574ff4c8b1386ee8d5f51b..75c48c3ec273d126610b51432cecfefc8a0c894d 100644 |
--- a/chrome/browser/chromeos/drive/drive_api_service.h |
+++ b/chrome/browser/chromeos/drive/drive_api_service.h |
@@ -67,7 +67,7 @@ class DriveAPIService : public google_apis::DriveServiceInterface, |
const google_apis::GetResourceListCallback& callback) OVERRIDE; |
virtual void GetResourceEntry( |
const std::string& resource_id, |
- const google_apis::GetDataCallback& callback) OVERRIDE; |
+ const google_apis::GetResourceEntryCallback& callback) OVERRIDE; |
virtual void GetAccountMetadata( |
const google_apis::GetDataCallback& callback) OVERRIDE; |