| Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.h
 | 
| diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
 | 
| index 4755b19da2f6f68afb8e46774a158e00cb08dcfc..81e47191d4cfe1c56a4da5cdb01ebd1b4a659f09 100644
 | 
| --- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
 | 
| +++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
 | 
| @@ -53,7 +53,7 @@ public:
 | 
|      void updateSpellingUIWithMisspelledWord(const String&) override;
 | 
|      void showSpellingUI(bool show) override;
 | 
|      bool spellingUIIsShowing() override;
 | 
| -    void requestCheckingOfString(PassRefPtrWillBeRawPtr<TextCheckingRequest>) override;
 | 
| +    void requestCheckingOfString(RawPtr<TextCheckingRequest>) override;
 | 
|  
 | 
|      TextCheckerClient& textChecker() override { return *this; }
 | 
|  
 | 
| 
 |