| Index: third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp
|
| index 7e1ecc4d3656cb6e1a7b2cb12944ede25b1f664c..c0d1b83b3a6eaca4425b656611bdaf3833f820e6 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp
|
| @@ -5,8 +5,8 @@
|
| #include "core/workers/WorkerThreadLifecycleObserver.h"
|
|
|
| #include "core/workers/WorkerThread.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/WTF.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/WTF.h"
|
|
|
| namespace blink {
|
|
|
|
|