| Index: Source/WebKit/chromium/tests/WebViewTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebViewTest.cpp b/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| index 3dfb84663ded59a21d30f912d4d2e9c95e1fbb2c..3d269a94cab3683b85eafdbb88d05fdb1f61c8cd 100644
|
| --- a/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| @@ -32,8 +32,6 @@
|
| #include "WebView.h"
|
|
|
| #include <gtest/gtest.h>
|
| -#include "Document.h"
|
| -#include "Element.h"
|
| #include "FrameTestHelpers.h"
|
| #include "HTMLDocument.h"
|
| #include "URLTestHelpers.h"
|
| @@ -48,6 +46,8 @@
|
| #include "WebSettings.h"
|
| #include "WebViewClient.h"
|
| #include "WebViewImpl.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Element.h"
|
| #include "core/page/FrameView.h"
|
| #include <public/Platform.h>
|
| #include <public/WebSize.h>
|
|
|