| Index: third_party/WebKit/Source/platform/text/TextCheckerClient.h
 | 
| diff --git a/third_party/WebKit/Source/platform/text/TextCheckerClient.h b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
 | 
| index 80ee0b7153929578dedbcacf999bbe81eb6ba5c0..8bcec6655b5f99173137644e68922bc511d3bb2f 100644
 | 
| --- a/third_party/WebKit/Source/platform/text/TextCheckerClient.h
 | 
| +++ b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
 | 
| @@ -43,7 +43,7 @@ public:
 | 
|  
 | 
|      virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) = 0;
 | 
|      virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) = 0;
 | 
| -    virtual void requestCheckingOfString(PassRefPtrWillBeRawPtr<TextCheckingRequest>) = 0;
 | 
| +    virtual void requestCheckingOfString(RawPtr<TextCheckingRequest>) = 0;
 | 
|  };
 | 
|  
 | 
|  } // namespace blink
 | 
| 
 |