| Index: Source/core/xml/XSLImportRule.h
|
| diff --git a/Source/core/xml/XSLImportRule.h b/Source/core/xml/XSLImportRule.h
|
| index 2c8ac2303db3c04cd7cd0e8ce97d03cbaa33d960..f85b6d536d608bc8a7202f9f1057af377d8e072a 100644
|
| --- a/Source/core/xml/XSLImportRule.h
|
| +++ b/Source/core/xml/XSLImportRule.h
|
| @@ -23,9 +23,9 @@
|
| #ifndef XSLImportRule_h
|
| #define XSLImportRule_h
|
|
|
| -#include "CachedResourceHandle.h"
|
| -#include "CachedStyleSheetClient.h"
|
| #include "XSLStyleSheet.h"
|
| +#include "core/loader/cache/CachedResourceHandle.h"
|
| +#include "core/loader/cache/CachedStyleSheetClient.h"
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| namespace WebCore {
|
|
|