| Index: third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp b/third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp
|
| index 0edbaf726e4febef81a29dd9d730c2c091fda94f..431f678e8789e8e9e2bbdea92480a367d0cd367e 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp
|
| @@ -6,10 +6,10 @@
|
|
|
| #include "platform/blob/BlobData.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| #include "public/platform/WebHTTPHeaderVisitor.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebURLRequest.h"
|
| -#include "wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|