| Index: content/child/service_worker/web_service_worker_impl.cc
|
| diff --git a/content/child/service_worker/web_service_worker_impl.cc b/content/child/service_worker/web_service_worker_impl.cc
|
| index d1f73bcdfc12e921093ad2e9dc1b937e05bd05a1..f856cf82aedb3980fa9d2fd027f7c8ae629c2acd 100644
|
| --- a/content/child/service_worker/web_service_worker_impl.cc
|
| +++ b/content/child/service_worker/web_service_worker_impl.cc
|
| @@ -9,8 +9,8 @@
|
| #include "content/child/thread_safe_sender.h"
|
| #include "content/child/webmessageportchannel_impl.h"
|
| #include "content/common/service_worker/service_worker_messages.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerProxy.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProxy.h"
|
|
|
| using blink::WebMessagePortChannel;
|
| using blink::WebMessagePortChannelArray;
|
|
|