| Index: Source/core/dom/Attribute.h
|
| diff --git a/Source/core/dom/Attribute.h b/Source/core/dom/Attribute.h
|
| index 649c26ab1f5f2ee0a934333fe175c965efeaa6a7..3dece08831fbda3be0aa4242a5e45f814dd672bd 100644
|
| --- a/Source/core/dom/Attribute.h
|
| +++ b/Source/core/dom/Attribute.h
|
| @@ -25,8 +25,8 @@
|
| #ifndef Attribute_h
|
| #define Attribute_h
|
|
|
| -#include "QualifiedName.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/QualifiedName.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
|
|
| namespace WebCore {
|
|
|
|
|