Chromium Code Reviews| Index: Source/core/dom/VisitedLinkState.cpp |
| diff --git a/Source/core/dom/VisitedLinkState.cpp b/Source/core/dom/VisitedLinkState.cpp |
| index 88e8600037f4388127ff483a7c4bd391174b525d..b8398fe8e3a2c9aec36d1ff0d7a3f31796f349e0 100644 |
| --- a/Source/core/dom/VisitedLinkState.cpp |
| +++ b/Source/core/dom/VisitedLinkState.cpp |
| @@ -34,7 +34,7 @@ |
| #include "HTMLNames.h" |
| #include "NodeTraversal.h" |
| #include "Page.h" |
| -#include "VisitedLinks.h" |
| +#include "core/platform/VisitedLinks.h" |
| namespace WebCore { |