| Index: chrome/browser/drive/drive_service_interface.h
|
| diff --git a/chrome/browser/drive/drive_service_interface.h b/chrome/browser/drive/drive_service_interface.h
|
| index fcb20c56a288b1cf946b438f0141568bbca38a2d..4908886961fd2a9c20477df8aee0d8bef58cb42f 100644
|
| --- a/chrome/browser/drive/drive_service_interface.h
|
| +++ b/chrome/browser/drive/drive_service_interface.h
|
| @@ -41,8 +41,8 @@ class DriveServiceInterface {
|
|
|
| // Common service:
|
|
|
| - // Initializes the documents service.
|
| - virtual void Initialize() = 0;
|
| + // Initializes the documents service with |account_id|.
|
| + virtual void Initialize(const std::string& account_id) = 0;
|
|
|
| // Adds an observer.
|
| virtual void AddObserver(DriveServiceObserver* observer) = 0;
|
|
|