| Index: sky/engine/core/frame/UseCounter.h
|
| diff --git a/sky/engine/core/frame/UseCounter.h b/sky/engine/core/frame/UseCounter.h
|
| index 471c1524ffe49a8917a2f037128f81b3653756ec..f04f4f48ffff6842c9fd75ac3f416f052bb7c333 100644
|
| --- a/sky/engine/core/frame/UseCounter.h
|
| +++ b/sky/engine/core/frame/UseCounter.h
|
| @@ -27,11 +27,11 @@
|
| #define UseCounter_h
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| -#include "wtf/BitVector.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/BitVector.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|