| Index: sky/engine/platform/network/HTTPParsersTest.cpp
|
| diff --git a/sky/engine/platform/network/HTTPParsersTest.cpp b/sky/engine/platform/network/HTTPParsersTest.cpp
|
| index 9831f2edc1bcc8143555c23195db2f92df6d5c35..932ffcb65c57ef21c58c12fa560d23d48f30d45c 100644
|
| --- a/sky/engine/platform/network/HTTPParsersTest.cpp
|
| +++ b/sky/engine/platform/network/HTTPParsersTest.cpp
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "HTTPParsers.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/network/HTTPParsers.h"
|
|
|
| -#include "wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| #include "wtf/testing/WTFTestHelpers.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
|
|