Index: chrome/browser/drive/fake_drive_service.h |
diff --git a/chrome/browser/drive/fake_drive_service.h b/chrome/browser/drive/fake_drive_service.h |
index 5e715168ed114e4c47ac93e4141ea17d429c0382..bb3f8a7231b674ba249a4862ef91b66149c021e5 100644 |
--- a/chrome/browser/drive/fake_drive_service.h |
+++ b/chrome/browser/drive/fake_drive_service.h |
@@ -103,7 +103,7 @@ class FakeDriveService : public DriveServiceInterface { |
static GURL GetFakeLinkUrl(const std::string& resource_id); |
// DriveServiceInterface Overrides |
- virtual void Initialize() OVERRIDE; |
+ virtual void Initialize(const std::string& account_id) OVERRIDE; |
virtual void AddObserver(DriveServiceObserver* observer) OVERRIDE; |
virtual void RemoveObserver(DriveServiceObserver* observer) OVERRIDE; |
virtual bool CanSendRequest() const OVERRIDE; |