| Index: third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp b/third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
| index 317485fe0945b07fb98c3dc17176e2dcd58e8316..2c3b089478fed69129998ab3e05a159fd861949e 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
| @@ -7,10 +7,10 @@
|
| #include "platform/heap/Handle.h"
|
| #include "platform/loader/fetch/ResourceResponse.h"
|
| #include "platform/weborigin/Suborigin.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/dtoa/utils.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/dtoa/utils.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|