| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
 | 
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
 | 
| index 2f1f9cec1f61f9baea188df3f25444ec23bc6e6a..3a2e4c8e76d905f27fbc71cd394cc7153d574b89 100644
 | 
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
 | 
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
 | 
| @@ -42,11 +42,10 @@ class WebServiceWorkerContextClient;
 | 
|  class WebServiceWorkerResponse;
 | 
|  class WebURL;
 | 
|  
 | 
| -class ServiceWorkerGlobalScopeClientImpl final : public NoBaseWillBeGarbageCollectedFinalized<ServiceWorkerGlobalScopeClientImpl>, public ServiceWorkerGlobalScopeClient {
 | 
| -    USING_FAST_MALLOC_WILL_BE_REMOVED(ServiceWorkerGlobalScopeClientImpl);
 | 
| -    WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerGlobalScopeClientImpl);
 | 
| +class ServiceWorkerGlobalScopeClientImpl final : public GarbageCollectedFinalized<ServiceWorkerGlobalScopeClientImpl>, public ServiceWorkerGlobalScopeClient {
 | 
| +    USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerGlobalScopeClientImpl);
 | 
|  public:
 | 
| -    static PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> create(WebServiceWorkerContextClient&);
 | 
| +    static RawPtr<ServiceWorkerGlobalScopeClient> create(WebServiceWorkerContextClient&);
 | 
|      ~ServiceWorkerGlobalScopeClientImpl() override;
 | 
|  
 | 
|      void getClient(const WebString&, WebServiceWorkerClientCallbacks*) override;
 | 
| 
 |