| Index: chrome/browser/sync_file_system/drive_backend_v1/api_util.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util.h b/chrome/browser/sync_file_system/drive_backend_v1/api_util.h
|
| index 009ba0035722d9d676e7c6750001d2d6139edd42..4208f721ca33c4e6a5b5a5a7f2df1fc91d73b69e 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/api_util.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util.h
|
| @@ -118,7 +118,8 @@ class APIUtil : public APIUtilInterface,
|
| const GURL& base_url,
|
| const GURL& base_download_url,
|
| scoped_ptr<drive::DriveServiceInterface> drive_service,
|
| - scoped_ptr<drive::DriveUploaderInterface> drive_uploader);
|
| + scoped_ptr<drive::DriveUploaderInterface> drive_uploader,
|
| + const std::string& account_id);
|
|
|
| void GetDriveRootResourceId(const GDataErrorCallback& callback);
|
| void DidGetDriveRootResourceId(
|
|
|