| Index: third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| diff --git a/third_party/WebKit/Source/core/dom/VisitedLinkState.h b/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| index fb2d4ddf679b7a69dc022fdef79a389a51694736..b2d85cf842f68aee2db69b73219af346f298a435 100644
|
| --- a/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| +++ b/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| @@ -34,7 +34,7 @@
|
| #include "core/dom/Element.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "platform/LinkHash.h"
|
| -#include "wtf/HashSet.h"
|
| +#include "platform/wtf/HashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|