| Index: third_party/WebKit/Source/core/workers/WorkerLoaderProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerLoaderProxy.h b/third_party/WebKit/Source/core/workers/WorkerLoaderProxy.h
|
| index 91dccc0d9f434c4c3ebe54687386aee9b6f4a1b8..b64fe0ff078db36702e9243f1729a65c7f9c4d41 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerLoaderProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerLoaderProxy.h
|
| @@ -32,12 +32,12 @@
|
| #define WorkerLoaderProxy_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/ThreadSafeRefCounted.h"
|
| +#include "platform/wtf/ThreadingPrimitives.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/ThreadSafeRefCounted.h"
|
| -#include "wtf/ThreadingPrimitives.h"
|
|
|
| namespace blink {
|
|
|
|
|