| Index: chrome/browser/chromeos/drive/drive_system_service.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_system_service.cc b/chrome/browser/chromeos/drive/drive_system_service.cc
|
| index b4048612ac007651b97473e1beaa171ec9078393..276837159f762f0649c09f757b2b0dba1d884238 100644
|
| --- a/chrome/browser/chromeos/drive/drive_system_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_system_service.cc
|
| @@ -124,6 +124,7 @@ DriveSystemService::DriveSystemService(
|
| } else if (google_apis::util::IsDriveV2ApiEnabled()) {
|
| drive_service_.reset(new DriveAPIService(
|
| g_browser_process->system_request_context(),
|
| + GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
|
| GetDriveUserAgent()));
|
| } else {
|
| drive_service_.reset(new google_apis::GDataWapiService(
|
|
|