| Index: third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
|
| diff --git a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
|
| index 419a02499e80b7c1d0f5cf539490887bef39d566..e5976df170f16e79e8e69995104330ad092f0241 100644
|
| --- a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
|
| +++ b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
|
| @@ -31,10 +31,11 @@
|
| #ifndef WebSharedWorkerRepositoryClient_h
|
| #define WebSharedWorkerRepositoryClient_h
|
|
|
| +#include <memory>
|
| #include "WebSharedWorkerCreationContextType.h"
|
| #include "WebSharedWorkerCreationErrors.h"
|
| #include "public/platform/WebAddressSpace.h"
|
| -#include <memory>
|
| +#include "public/web/WebDataSaverFlag.h"
|
|
|
| namespace blink {
|
|
|
| @@ -57,6 +58,7 @@ class WebSharedWorkerRepositoryClient {
|
| WebContentSecurityPolicyType,
|
| WebAddressSpace,
|
| WebSharedWorkerCreationContextType,
|
| + WebDataSaverFlag,
|
| std::unique_ptr<WebMessagePortChannel>,
|
| std::unique_ptr<blink::WebSharedWorkerConnectListener>) {
|
| }
|
|
|