| Index: sky/engine/core/dom/AttributeCollection.h
|
| diff --git a/sky/engine/core/dom/AttributeCollection.h b/sky/engine/core/dom/AttributeCollection.h
|
| index 63db647cb3eeeef7b98f565397a006585879e91c..754c73a8bf5dff8bed652fac2675ed6c32665661 100644
|
| --- a/sky/engine/core/dom/AttributeCollection.h
|
| +++ b/sky/engine/core/dom/AttributeCollection.h
|
| @@ -33,9 +33,9 @@
|
| #ifndef AttributeCollection_h
|
| #define AttributeCollection_h
|
|
|
| -#include "core/dom/Attr.h"
|
| -#include "core/dom/Attribute.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/core/dom/Attr.h"
|
| +#include "sky/engine/core/dom/Attribute.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|