Chromium Code Reviews| Index: ios/web/public/web_client.mm |
| diff --git a/ios/web/public/web_client.mm b/ios/web/public/web_client.mm |
| index d26af90ee10cdfc3702a2c0e1c51cf2f53667e25..570a194e20b6dca75c5ec4369abc08184e895834 100644 |
| --- a/ios/web/public/web_client.mm |
| +++ b/ios/web/public/web_client.mm |
| @@ -52,7 +52,7 @@ void SetWebClient(WebClient* client) { |
| return std::string(); |
| } |
| -std::string WebClient::GetUserAgent(bool desktop_user_agent) const { |
| +std::string WebClient::GetUserAgent(UserAgentType type) const { |
| return std::string(); |
| } |