| Index: third_party/WebKit/Source/core/html/HTMLCollection.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCollection.h b/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| index 7f072d1926ad0f3094751be2234d371b7de74b52..2517c97faf53c0df9ce485e704f82856d8b2d6ed 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| @@ -29,7 +29,7 @@
|
| #include "core/dom/LiveNodeListBase.h"
|
| #include "core/html/CollectionItemsCache.h"
|
| #include "core/html/CollectionType.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|