| Index: third_party/WebKit/Source/core/html/CollectionItemsCache.h
|
| diff --git a/third_party/WebKit/Source/core/html/CollectionItemsCache.h b/third_party/WebKit/Source/core/html/CollectionItemsCache.h
|
| index f562938c0859671b2cc999235831408441470a84..d15860e1a9c6559649c1dd0e3a46b80a851ad87c 100644
|
| --- a/third_party/WebKit/Source/core/html/CollectionItemsCache.h
|
| +++ b/third_party/WebKit/Source/core/html/CollectionItemsCache.h
|
| @@ -33,7 +33,7 @@
|
| #define CollectionItemsCache_h
|
|
|
| #include "core/dom/CollectionIndexCache.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|