| Index: sky/engine/core/dom/Attr.h
|
| diff --git a/sky/engine/core/dom/Attr.h b/sky/engine/core/dom/Attr.h
|
| index 222655b555a55070bc5e52144d7fb21d962344fe..65c2af080c6b7c07ad894e38bf167568efaea4ee 100644
|
| --- a/sky/engine/core/dom/Attr.h
|
| +++ b/sky/engine/core/dom/Attr.h
|
| @@ -25,10 +25,10 @@
|
| #ifndef Attr_h
|
| #define Attr_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/dom/QualifiedName.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/core/dom/QualifiedName.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|