| Index: components/drive/service/drive_api_service.cc
|
| diff --git a/components/drive/service/drive_api_service.cc b/components/drive/service/drive_api_service.cc
|
| index df82a503b06b80bcdacdfe453e7b94dbb157a83e..b630803b247d930dfaebd7700ed444a0e35f473b 100644
|
| --- a/components/drive/service/drive_api_service.cc
|
| +++ b/components/drive/service/drive_api_service.cc
|
| @@ -258,7 +258,8 @@ DriveAPIService::DriveAPIService(
|
| : oauth2_token_service_(oauth2_token_service),
|
| url_request_context_getter_(url_request_context_getter),
|
| blocking_task_runner_(blocking_task_runner),
|
| - url_generator_(base_url, base_thumbnail_url),
|
| + url_generator_(base_url, base_thumbnail_url,
|
| + google_apis::GetTeamDrivesIntegrationSwitch()),
|
| custom_user_agent_(custom_user_agent) {
|
| }
|
|
|
|
|