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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.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: Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp b/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
index ac89c4d9c7cb7db3bf372303237adca72b7b5f0f..e764adb177dc014344db24779102d0b93807fb9d 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
@@ -31,6 +31,7 @@
#include "config.h"
#include "TestInterfaces.h"
+#include <string>
#include "AccessibilityControllerChromium.h"
#include "EventSender.h"
#include "GamepadController.h"
@@ -41,7 +42,6 @@
#include "WebRuntimeFeatures.h"
#include <public/WebString.h>
#include <public/WebURL.h>
-#include <string>
using namespace WebKit;
using namespace std;

Powered by Google App Engine
This is Rietveld 408576698