| Index: sky/engine/core/dom/DocumentStyleSheetCollector.h
|
| diff --git a/sky/engine/core/dom/DocumentStyleSheetCollector.h b/sky/engine/core/dom/DocumentStyleSheetCollector.h
|
| index 4e4a99fd48c014098bb9d2a7a5a5474eb06aa411..8f736600359f18a190e418a4c794b59add3e5fdc 100644
|
| --- a/sky/engine/core/dom/DocumentStyleSheetCollector.h
|
| +++ b/sky/engine/core/dom/DocumentStyleSheetCollector.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef DocumentStyleSheetCollector_h
|
| #define DocumentStyleSheetCollector_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|