| Index: third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
|
| index 0ef02f9cbf656b5cefdb84d41e504a2a65216933..2aab6a12cd9fcc0ed5f3b1bfb5f20054f15ee81b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
|
| @@ -32,10 +32,10 @@
|
| #define ExceptionMessages_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|