| Index: sky/engine/core/dom/custom/CustomElementException.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementException.h b/sky/engine/core/dom/custom/CustomElementException.h
|
| index 3b9c7e26b8edc18af040b580f5c25dd9030947bb..30caf4ddf3122830b43ae35a8281601785758679 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementException.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementException.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef CustomElementException_h
|
| #define CustomElementException_h
|
|
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|