Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.h |
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h |
index a81f577d8745fb1ea3553dc752334382d87c85b3..fb7b1ee30d7e300d5182346ee6bbd8ec9adbbb79 100644 |
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h |
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h |
@@ -5,13 +5,13 @@ |
#ifndef InProcessWorkerBase_h |
#define InProcessWorkerBase_h |
-#include "bindings/core/v8/ActiveScriptWrappable.h" |
#include "core/CoreExport.h" |
#include "core/dom/MessagePort.h" |
#include "core/dom/SuspendableObject.h" |
#include "core/events/EventListener.h" |
#include "core/events/EventTarget.h" |
#include "core/workers/AbstractWorker.h" |
+#include "platform/bindings/ActiveScriptWrappable.h" |
#include "platform/wtf/Forward.h" |
#include "platform/wtf/PassRefPtr.h" |
#include "platform/wtf/RefPtr.h" |