| Index: chrome/browser/sync_file_system/drive_backend/sync_engine.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
|
| index 4d5bd701957c8bea3d1ef5f2ba413c1af8136a36..a977dfceb9a836e58408a5a5ea13adc6321fc1a7 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
|
| @@ -75,7 +75,6 @@ SyncEngine::DriveServiceFactory::CreateDriveService(
|
| drive::DriveServiceInterface>(new drive::DriveAPIService(
|
| oauth2_token_service, url_request_context_getter, blocking_task_runner,
|
| GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
|
| - GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction),
|
| GURL(google_apis::DriveApiUrlGenerator::kBaseThumbnailUrlForProduction),
|
| std::string() /* custom_user_agent */));
|
| }
|
|
|