| Index: third_party/WebKit/Source/platform/SerializedResource.h
|
| diff --git a/third_party/WebKit/Source/platform/SerializedResource.h b/third_party/WebKit/Source/platform/SerializedResource.h
|
| index ef0ea87f632906f80ac42a537b97aa15322294c9..e465faca860f4806b434f8ee99575215368cf5bf 100644
|
| --- a/third_party/WebKit/Source/platform/SerializedResource.h
|
| +++ b/third_party/WebKit/Source/platform/SerializedResource.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|