| Index: sky/engine/bindings/core/v8/V8ValueCache.h
|
| diff --git a/sky/engine/bindings/core/v8/V8ValueCache.h b/sky/engine/bindings/core/v8/V8ValueCache.h
|
| index b34506b23d51a512845eab364f5690ff812c24b3..13a975cda80deabcdaa26703f797d80e935978aa 100644
|
| --- a/sky/engine/bindings/core/v8/V8ValueCache.h
|
| +++ b/sky/engine/bindings/core/v8/V8ValueCache.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef V8ValueCache_h
|
| #define V8ValueCache_h
|
|
|
| -#include "bindings/core/v8/V8PersistentValueMap.h"
|
| +#include "sky/engine/bindings/core/v8/V8PersistentValueMap.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|