| Index: third_party/WebKit/Source/bindings/core/v8/IDLTypes.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/IDLTypes.h b/third_party/WebKit/Source/bindings/core/v8/IDLTypes.h
|
| index 1dfff49c57dfa30f77e0fc63b4a3d11e17e40990..ef387580747b034bac4147a74ec2e8a8efb570cc 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/IDLTypes.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/IDLTypes.h
|
| @@ -11,8 +11,8 @@
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/TypeTraits.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|