| Index: third_party/WebKit/Source/core/html/HTMLNameCollection.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLNameCollection.h b/third_party/WebKit/Source/core/html/HTMLNameCollection.h
|
| index b38e81713250bb47b8901b210c24d55d461159ee..8cedf8235e70ef3f6425c796c226943d9f0b27c1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLNameCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLNameCollection.h
|
| @@ -24,7 +24,7 @@
|
| #define HTMLNameCollection_h
|
|
|
| #include "core/html/HTMLCollection.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|