| Index: sky/engine/core/dom/custom/CustomElementObserver.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementObserver.h b/sky/engine/core/dom/custom/CustomElementObserver.h
|
| index cf0350eef2290c73b55e74d8aab9e907da2bf323..c58c9517e3748ab8a832af3876f221b7a8464eb6 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementObserver.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementObserver.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef CustomElementObserver_h
|
| #define CustomElementObserver_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|