| Index: sky/engine/platform/TracedValue.h
|
| diff --git a/sky/engine/platform/TracedValue.h b/sky/engine/platform/TracedValue.h
|
| index f993124455a385bc4f952a5ff4563757f85b7f65..11fa507c3d8d3292418a419cbff7aeed44795e4b 100644
|
| --- a/sky/engine/platform/TracedValue.h
|
| +++ b/sky/engine/platform/TracedValue.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef TracedValue_h
|
| #define TracedValue_h
|
|
|
| -#include "platform/EventTracer.h"
|
| +#include "sky/engine/platform/EventTracer.h"
|
|
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| class JSONArray;
|
|
|