| Index: third_party/WebKit/Source/core/dom/TagCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TagCollection.h b/third_party/WebKit/Source/core/dom/TagCollection.h
|
| index ba52bd45e924e605701692ff7adc4d13fc1ad8bf..d46f51b153ba559c877abaebcfe51f1c02fbc58d 100644
|
| --- a/third_party/WebKit/Source/core/dom/TagCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/TagCollection.h
|
| @@ -25,7 +25,7 @@
|
| #define TagCollection_h
|
|
|
| #include "core/html/HTMLCollection.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|