| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| index 7f3ad4f065a5bce73027e0f649ea1fb3b3f9d57b..61ae06d593c29fa4c70f33c526a6c55f0f058c58 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| @@ -33,6 +33,10 @@
|
| #include "platform/testing/URLTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "platform/testing/WebLayerTreeViewImplForTesting.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebData.h"
|
| #include "public/platform/WebString.h"
|
| @@ -46,10 +50,6 @@
|
| #include "public/web/WebViewClient.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebRemoteFrameImpl.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
| namespace FrameTestHelpers {
|
|
|