| Index: sky/engine/core/inspector/InspectorCounters.h
|
| diff --git a/sky/engine/core/inspector/InspectorCounters.h b/sky/engine/core/inspector/InspectorCounters.h
|
| index 56c5e8b4afa49b81dc07298a1a88e9acf2e1e871..7f30bf66fc687ade3aee25a06a6c5e53412d418c 100644
|
| --- a/sky/engine/core/inspector/InspectorCounters.h
|
| +++ b/sky/engine/core/inspector/InspectorCounters.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef InspectorCounters_h
|
| #define InspectorCounters_h
|
|
|
| -#include "wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
|
|
| #if ENABLE(ASSERT)
|
| -#include "wtf/MainThread.h"
|
| +#include "sky/engine/wtf/MainThread.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|