| Index: third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/WorkerInternals.cpp b/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
| index afc509ca9ab668448cb153b393e68c19c83241ce..a0cf2de9b6d5f39a21d357a1d30ee48c437db106 100644
|
| --- a/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
| @@ -5,11 +5,11 @@
|
| #include "core/testing/WorkerInternals.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/frame/Deprecation.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/testing/OriginTrialsTest.h"
|
| +#include "platform/bindings/ScriptState.h"
|
|
|
| namespace blink {
|
|
|
|
|