| Index: third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| index f93d0b8e88ad0de36740fd60e1e47f295051d440..765aa09b6221dbac68fc8867c61c8b84d0189c34 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <memory>
|
| +
|
| #include "bindings/core/v8/SourceLocation.h"
|
| #include "bindings/core/v8/V8CacheOptions.h"
|
| #include "bindings/core/v8/V8GCController.h"
|
| @@ -26,12 +28,11 @@
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "public/platform/WebAddressSpace.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| +#include "v8/include/v8.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|