| Index: sky/engine/core/inspector/ScriptProfile.h
|
| diff --git a/sky/engine/core/inspector/ScriptProfile.h b/sky/engine/core/inspector/ScriptProfile.h
|
| index 8bc16473131bbcbe191cec57fc30cbc885b9730c..87523d4f078b6908ef98aa730dee06608d461613 100644
|
| --- a/sky/engine/core/inspector/ScriptProfile.h
|
| +++ b/sky/engine/core/inspector/ScriptProfile.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef ScriptProfile_h
|
| #define ScriptProfile_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| #include "v8/include/v8-profiler.h"
|
|
|
| namespace blink {
|
|
|