| Index: content/child/service_worker/web_service_worker_registration_impl.h
|
| diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
|
| index 3feb71b40c56be9559c311b9e4672f46ba7593b7..52ee1029ddf10ce6c902d9cec95bc5686b899466 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.h
|
| @@ -8,7 +8,6 @@
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebServiceWorkerRegistration.h"
|
|
|
| namespace blink {
|
| @@ -22,7 +21,7 @@ class ServiceWorkerRegistrationHandleReference;
|
| class ThreadSafeSender;
|
| struct ServiceWorkerObjectInfo;
|
|
|
| -class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
|
| +class WebServiceWorkerRegistrationImpl
|
| : NON_EXPORTED_BASE(public blink::WebServiceWorkerRegistration) {
|
| public:
|
| explicit WebServiceWorkerRegistrationImpl(
|
|
|