| Index: third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.cpp b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| index 51bd51403b99e954d282875b1959f70615d4f273..93adb13be205ca7e64b9f5ce1f05983dda4d5168 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| @@ -50,11 +50,11 @@
|
| #include "platform/heap/SafePoint.h"
|
| #include "platform/heap/ThreadState.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/Threading.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/Threading.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|