| Index: third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| diff --git a/third_party/WebKit/Source/platform/network/HTTPParsers.h b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| index a2094bf3b2d7c6d2df5fce7b3c6384596b635734..5aaea59f5d1179f36e5472640114103c3eea1fb8 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| @@ -33,11 +33,11 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/json/JSONValues.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| #include <stdint.h>
|
| #include <memory>
|
|
|