| Index: content/browser/hyphenation/hyphenation_impl.h
 | 
| diff --git a/content/browser/hyphenation/hyphenation_impl.h b/content/browser/hyphenation/hyphenation_impl.h
 | 
| index 5847439c5d2ab48641fb253774a7a82ead813145..3c578d60f70b1ae57d848229c3c8cf1d5903d5e5 100644
 | 
| --- a/content/browser/hyphenation/hyphenation_impl.h
 | 
| +++ b/content/browser/hyphenation/hyphenation_impl.h
 | 
| @@ -9,6 +9,10 @@
 | 
|  #include "mojo/public/cpp/bindings/interface_request.h"
 | 
|  #include "third_party/WebKit/public/platform/modules/hyphenation/hyphenation.mojom.h"
 | 
|  
 | 
| +namespace service_manager {
 | 
| +struct BindSourceInfo;
 | 
| +}
 | 
| +
 | 
|  namespace hyphenation {
 | 
|  
 | 
|  class HyphenationImpl : public blink::mojom::Hyphenation {
 | 
| @@ -16,7 +20,8 @@ class HyphenationImpl : public blink::mojom::Hyphenation {
 | 
|    HyphenationImpl();
 | 
|    ~HyphenationImpl() override;
 | 
|  
 | 
| -  static void Create(blink::mojom::HyphenationRequest);
 | 
| +  static void Create(const service_manager::BindSourceInfo& source_info,
 | 
| +                     blink::mojom::HyphenationRequest);
 | 
|  
 | 
|    // Hyphenation:
 | 
|    void OpenDictionary(const std::string& locale,
 | 
| 
 |