| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index 100ac9ba4d82de1906adbb7d31f501e19d3f728c..45c86793de7e4b31dded169e4c6439c34073bec9 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -25,15 +25,15 @@
|
| #define HTMLLinkElement_h
|
|
|
| #include "CSSStyleSheet.h"
|
| -#include "CachedStyleSheetClient.h"
|
| #include "CachedResourceHandle.h"
|
| +#include "CachedStyleSheetClient.h"
|
| #include "DOMSettableTokenList.h"
|
| #include "HTMLElement.h"
|
| #include "IconURL.h"
|
| #include "LinkLoader.h"
|
| #include "LinkLoaderClient.h"
|
| #include "LinkRelAttribute.h"
|
| -#include "Timer.h"
|
| +#include "core/platform/Timer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|