| Index: ios/web/shell/shell_web_client.mm
 | 
| diff --git a/ios/web/shell/shell_web_client.mm b/ios/web/shell/shell_web_client.mm
 | 
| index 825e9d1f2fb96dc8dbf3b87cb322d693d1555d38..707d0cac4369b64a506f7b8ad262a20f14cae59d 100644
 | 
| --- a/ios/web/shell/shell_web_client.mm
 | 
| +++ b/ios/web/shell/shell_web_client.mm
 | 
| @@ -34,7 +34,7 @@
 | 
|    return "CriOS/36.77.34.45";
 | 
|  }
 | 
|  
 | 
| -std::string ShellWebClient::GetUserAgent(bool desktop_user_agent) const {
 | 
| +std::string ShellWebClient::GetUserAgent(UserAgentType type) const {
 | 
|    std::string product = GetProduct();
 | 
|    return web::BuildUserAgentFromProduct(product);
 | 
|  }
 | 
| 
 |