| Index: chrome/browser/apps/drive/drive_service_bridge.cc
|
| diff --git a/chrome/browser/apps/drive/drive_service_bridge.cc b/chrome/browser/apps/drive/drive_service_bridge.cc
|
| index b9d90c961a992360e992b0a4ea932db31af1da99..bb56d0342b6348b2e828577c1a9c13f949d075b3 100644
|
| --- a/chrome/browser/apps/drive/drive_service_bridge.cc
|
| +++ b/chrome/browser/apps/drive/drive_service_bridge.cc
|
| @@ -83,7 +83,6 @@ void DriveServiceBridgeImpl::Initialize() {
|
| drive_task_runner.get(),
|
| GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
|
| GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction),
|
| - GURL(google_apis::GDataWapiUrlGenerator::kBaseUrlForProduction),
|
| std::string() /* custom_user_agent */));
|
| SigninManagerBase* signin_manager =
|
| SigninManagerFactory::GetForProfile(profile_);
|
|
|