| Index: Source/WebKit/chromium/tests/WebPluginContainerTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebPluginContainerTest.cpp b/Source/WebKit/chromium/tests/WebPluginContainerTest.cpp
|
| index 35a84718eb05a65110620e00138f035106a4450d..33e9d0cf1687f6818e4b986be7e996e343f1bb7e 100644
|
| --- a/Source/WebKit/chromium/tests/WebPluginContainerTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebPluginContainerTest.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "config.h"
|
| #include "WebPluginContainer.h"
|
|
|
| -#include "Element.h"
|
| +#include <gtest/gtest.h>
|
| #include "FakeWebPlugin.h"
|
| #include "FrameTestHelpers.h"
|
| #include "URLTestHelpers.h"
|
| @@ -45,7 +45,7 @@
|
| #include "WebSettings.h"
|
| #include "WebView.h"
|
| #include "WebViewImpl.h"
|
| -#include <gtest/gtest.h>
|
| +#include "core/dom/Element.h"
|
| #include <public/Platform.h>
|
| #include <public/WebThread.h>
|
| #include <public/WebUnitTestSupport.h>
|
|
|