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

Unified Diff: Source/testing/runner/TestRunner.cpp

Issue 67313005: Remove duplicated headers from the testing/ directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « Source/testing/runner/NotificationPresenter.cpp ('k') | Source/testing/runner/WebAXObjectProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/TestRunner.cpp
diff --git a/Source/testing/runner/TestRunner.cpp b/Source/testing/runner/TestRunner.cpp
index b3eb3812eb900fece45fa6e7191e7ced192f5056..6621113dd0d534a86dbabc521df7ba2d98227076 100644
--- a/Source/testing/runner/TestRunner.cpp
+++ b/Source/testing/runner/TestRunner.cpp
@@ -43,7 +43,6 @@
#include "public/platform/WebPoint.h"
#include "public/platform/WebURLResponse.h"
#include "public/testing/WebPreferences.h"
-#include "public/testing/WebTask.h"
#include "public/testing/WebTestDelegate.h"
#include "public/testing/WebTestProxy.h"
#include "public/web/WebBindings.h"
@@ -63,7 +62,6 @@
#include "public/web/WebView.h"
#include "v8/include/v8.h"
#include <limits>
-#include <memory>
#if defined(__linux__) || defined(ANDROID)
#include "public/web/linux/WebFontRendering.h"
« no previous file with comments | « Source/testing/runner/NotificationPresenter.cpp ('k') | Source/testing/runner/WebAXObjectProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698