| Index: Source/core/dom/VisitedLinkState.h
 | 
| diff --git a/Source/core/dom/VisitedLinkState.h b/Source/core/dom/VisitedLinkState.h
 | 
| index 1f8ab64752b4bc53652b1b96641ab47fb709fce0..03f59d8670a54ef8088c374e4faa9b386b3e0424 100644
 | 
| --- a/Source/core/dom/VisitedLinkState.h
 | 
| +++ b/Source/core/dom/VisitedLinkState.h
 | 
| @@ -30,8 +30,8 @@
 | 
|  #define VisitedLinkState_h
 | 
|  
 | 
|  #include "core/dom/Element.h"
 | 
| -#include "core/rendering/style/RenderStyleConstants.h"
 | 
|  #include "platform/LinkHash.h"
 | 
| +#include "platform/RenderStyleConstants.h"
 | 
|  #include "wtf/HashSet.h"
 | 
|  
 | 
|  namespace WebCore {
 | 
| 
 |