| Index: third_party/WebKit/Source/platform/SharedBufferChunkReader.h
|
| diff --git a/third_party/WebKit/Source/platform/SharedBufferChunkReader.h b/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
|
| index 99d02ac7cc46919cbcec9ad4476cf9d471482da4..b5479357ee8a7517b2d4f8cff62fb543247fa8cb 100644
|
| --- a/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
|
| +++ b/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
|
| @@ -32,10 +32,10 @@
|
| #define SharedBufferChunkReader_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|