| Index: third_party/WebKit/Source/web/WebAssociatedURLLoaderImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebAssociatedURLLoaderImplTest.cpp b/third_party/WebKit/Source/web/WebAssociatedURLLoaderImplTest.cpp
|
| index 1ef43de647526bb2ed6e786b022c65dbcc385780..98daa433b42cb7469f91b700e08ce4aeb6a3e245 100644
|
| --- a/third_party/WebKit/Source/web/WebAssociatedURLLoaderImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/WebAssociatedURLLoaderImplTest.cpp
|
| @@ -33,6 +33,9 @@
|
| #include <memory>
|
| #include "platform/testing/URLTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebThread.h"
|
| @@ -46,9 +49,6 @@
|
| #include "public/web/WebView.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| using blink::URLTestHelpers::toKURL;
|
| using blink::testing::runPendingTasks;
|
|
|