| Index: ios/web/public/web_client.h | 
| diff --git a/ios/web/public/web_client.h b/ios/web/public/web_client.h | 
| index d4bd2b04c16d4fab7589b3d95dff1302172a46b1..e8ac0c8dd36b24c8d72696cf8ce0eb6a48a188fb 100644 | 
| --- a/ios/web/public/web_client.h | 
| +++ b/ios/web/public/web_client.h | 
| @@ -72,7 +72,7 @@ class WebClient { | 
| // browser would return true for "chrome://about" URL. | 
| virtual bool IsAppSpecificURL(const GURL& url) const; | 
|  | 
| -  // Returns text to be displayed for an unsupported plug-in. | 
| +  // Returns text to be displayed for an unsupported plugin. | 
| virtual base::string16 GetPluginNotSupportedText() const; | 
|  | 
| // Returns a string describing the embedder product name and version, of the | 
|  |