| Index: chrome/common/chrome_content_client_ios.mm
 | 
| diff --git a/chrome/common/chrome_content_client_ios.mm b/chrome/common/chrome_content_client_ios.mm
 | 
| index 52a8d3dc74d9e9a6cbe31617aec48b0952f14c7f..baee77c9329925cc766bc1719baca8ef4eecad4a 100644
 | 
| --- a/chrome/common/chrome_content_client_ios.mm
 | 
| +++ b/chrome/common/chrome_content_client_ios.mm
 | 
| @@ -38,7 +38,7 @@ void ChromeContentClient::AddAdditionalSchemes(
 | 
|  std::string ChromeContentClient::GetProduct() const {
 | 
|    chrome::VersionInfo version_info;
 | 
|    std::string product("CriOS/");
 | 
| -  product += version_info.is_valid() ? version_info.Version() : "0.0.0.0";
 | 
| +  product += version_info.Version();
 | 
|    return product;
 | 
|  }
 | 
|  
 | 
| 
 |