| Index: ios/web/shell/shell_web_client.h
 | 
| diff --git a/ios/web/shell/shell_web_client.h b/ios/web/shell/shell_web_client.h
 | 
| index 4ab58d8c19eda24e63c26a79d7c9b3da36eed065..0043909b7f2471cd8cf287453c60dc9fcf4c1742 100644
 | 
| --- a/ios/web/shell/shell_web_client.h
 | 
| +++ b/ios/web/shell/shell_web_client.h
 | 
| @@ -23,7 +23,7 @@ class ShellWebClient : public WebClient {
 | 
|    // WebClient implementation.
 | 
|    WebMainParts* CreateWebMainParts() override;
 | 
|    std::string GetProduct() const override;
 | 
| -  std::string GetUserAgent(bool desktop_user_agent) const override;
 | 
| +  std::string GetUserAgent(UserAgentType type) const override;
 | 
|    void AllowCertificateError(
 | 
|        WebState* web_state,
 | 
|        int cert_error,
 | 
| 
 |