| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h
|
| index 20236af6da3224171673010877c423b881ff42cd..90b8c02ba19f9c6ba3f65a75ebffb1d7f2484451 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/custom/V0CustomElementCallbackQueue.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|