Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: Source/WebKit/chromium/tests/WebPluginContainerTest.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm ('k') | Source/WebKit/chromium/tests/WebUserGestureTokenTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698