| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index 1394013ec1e67bf21784b35286bd5e21878b21fc..8b6d5d521136ca6bc3f4849f998e90324897ae38 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -24,7 +24,7 @@
|
| #ifndef HTMLAnchorElement_h
|
| #define HTMLAnchorElement_h
|
|
|
| -#include "HTMLNames.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/DOMURLUtils.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "platform/LinkHash.h"
|
|
|