| Index: third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/TagCollection.cpp b/third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| index c6d38e8f323e6456d91bca9db95e883ffef2219a..fb1ef54cf1108eff9d5da87abc067de8a1b6ca66 100644
|
| --- a/third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| @@ -24,7 +24,7 @@
|
| #include "core/dom/TagCollection.h"
|
|
|
| #include "core/dom/NodeRareData.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|