| Index: third_party/WebKit/Source/core/workers/SharedWorker.h
|
| diff --git a/third_party/WebKit/Source/core/workers/SharedWorker.h b/third_party/WebKit/Source/core/workers/SharedWorker.h
|
| index 42ed402b41d43a719189354f90e05091d345abba..9d0afa414dc3f438142f8edc90bde97433fb8f20 100644
|
| --- a/third_party/WebKit/Source/core/workers/SharedWorker.h
|
| +++ b/third_party/WebKit/Source/core/workers/SharedWorker.h
|
| @@ -32,10 +32,10 @@
|
| #ifndef SharedWorker_h
|
| #define SharedWorker_h
|
|
|
| -#include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/workers/AbstractWorker.h"
|
| #include "platform/Supplementable.h"
|
| +#include "platform/bindings/ActiveScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|