| Index: chrome/browser/sync_file_system/drive_file_sync_client.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_file_sync_client.cc b/chrome/browser/sync_file_system/drive_file_sync_client.cc
|
| index b6c8095be7db9cb0cd56bb55ae54f4230573c174..7f8903a9453f5afcd3bdebcbb71a5c44468dfc66 100644
|
| --- a/chrome/browser/sync_file_system/drive_file_sync_client.cc
|
| +++ b/chrome/browser/sync_file_system/drive_file_sync_client.cc
|
| @@ -129,7 +129,7 @@ DriveFileSyncClient::DriveFileSyncClient(Profile* profile)
|
| drive_service_.reset(new google_apis::GDataWapiService(
|
| profile->GetRequestContext(),
|
| GURL(google_apis::GDataWapiUrlGenerator::kBaseUrlForProduction),
|
| - "" /* custom_user_agent */));
|
| + std::string() /* custom_user_agent */));
|
| drive_service_->Initialize(profile);
|
| drive_service_->AddObserver(this);
|
| net::NetworkChangeNotifier::AddConnectionTypeObserver(this);
|
|
|