| Index: third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
|
| index a58c8f3570a72595efa38f88e5a0983de51f4293..664d45edff32e1efe193e196936f9009cab30e42 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
|
| @@ -34,6 +34,7 @@
|
| #include "bindings/core/v8/V8BindingForCore.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| #include "core/exported/WebViewBase.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "platform/SerializedResource.h"
|
| #include "platform/testing/URLTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| @@ -49,7 +50,6 @@
|
| #include "public/platform/WebURLResponse.h"
|
| #include "public/web/WebSettings.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
|
|
| using blink::URLTestHelpers::ToKURL;
|
|
|