| Index: content/renderer/renderer_webkitplatformsupport_impl.h
 | 
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
 | 
| index 6659a05b25b5f576c779ab53a6ae6a42d10d9cec..81306131cfffc42208177441087cb3bc662a8218 100644
 | 
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h
 | 
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h
 | 
| @@ -58,7 +58,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
 | 
|    virtual WebKit::WebFileUtilities* fileUtilities();
 | 
|    virtual WebKit::WebSandboxSupport* sandboxSupport();
 | 
|    virtual WebKit::WebCookieJar* cookieJar();
 | 
| -  virtual WebKit::WebHyphenator* hyphenator();
 | 
|    virtual WebKit::WebThemeEngine* themeEngine();
 | 
|    virtual WebKit::WebSpeechSynthesizer* createSpeechSynthesizer(
 | 
|        WebKit::WebSpeechSynthesizerClient* client);
 | 
| @@ -182,9 +181,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
 | 
|    class SandboxSupport;
 | 
|    scoped_ptr<SandboxSupport> sandbox_support_;
 | 
|  
 | 
| -  class Hyphenator;
 | 
| -  scoped_ptr<Hyphenator> hyphenator_;
 | 
| -
 | 
|    // This counter keeps track of the number of times sudden termination is
 | 
|    // enabled or disabled. It starts at 0 (enabled) and for every disable
 | 
|    // increments by 1, for every enable decrements by 1. When it reaches 0,
 | 
| 
 |