| Index: third_party/WebKit/Source/core/page/PagePopupController.h
 | 
| diff --git a/third_party/WebKit/Source/core/page/PagePopupController.h b/third_party/WebKit/Source/core/page/PagePopupController.h
 | 
| index 84c53d5406c1a311efca4e69d9d27929f1ffa85a..b6964d6e0aa568a51fc61c37430f01df8c15ccac 100644
 | 
| --- a/third_party/WebKit/Source/core/page/PagePopupController.h
 | 
| +++ b/third_party/WebKit/Source/core/page/PagePopupController.h
 | 
| @@ -42,10 +42,10 @@ class Document;
 | 
|  class PagePopup;
 | 
|  class PagePopupClient;
 | 
|  
 | 
| -class PagePopupController final : public RefCountedWillBeGarbageCollected<PagePopupController>, public ScriptWrappable {
 | 
| +class PagePopupController final : public GarbageCollected<PagePopupController>, public ScriptWrappable {
 | 
|      DEFINE_WRAPPERTYPEINFO();
 | 
|  public:
 | 
| -    static PassRefPtrWillBeRawPtr<PagePopupController> create(PagePopup&, PagePopupClient*);
 | 
| +    static RawPtr<PagePopupController> create(PagePopup&, PagePopupClient*);
 | 
|      void setValueAndClosePopup(int numValue, const String& stringValue);
 | 
|      void setValue(const String&);
 | 
|      void closePopup();
 | 
| 
 |