| Index: Source/modules/serviceworkers/ServiceWorkerError.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerError.h b/Source/modules/serviceworkers/ServiceWorkerError.h
|
| index 6166d76744b7e341517c71a55a6058fe8994143d..04c233bba038ed9fac9b2b8ba66aa5538ae59b4a 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerError.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerError.h
|
| @@ -32,7 +32,9 @@
|
| #define ServiceWorkerError_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "public/platform/WebServiceWorkerError.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerError.h"
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|