summaryrefslogtreecommitdiffstats
path: root/content/test
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-24 12:22:32 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-24 12:22:32 +0000
commita74502c2b0bb03c32f0b9c059dc7b737ed1f2b83 (patch)
tree08bcb8c78d651f17c1ae7fba414a47ce5fca1797 /content/test
parent5466b9da5359fbc096dcdbb6cb8d5c9bb5dcb39f (diff)
downloadchromium_src-a74502c2b0bb03c32f0b9c059dc7b737ed1f2b83.zip
chromium_src-a74502c2b0bb03c32f0b9c059dc7b737ed1f2b83.tar.gz
chromium_src-a74502c2b0bb03c32f0b9c059dc7b737ed1f2b83.tar.bz2
Migrate TestRunner includes to new location
This CL updates the #includes for the TestRunner library to their new path in Blink. TBR=jochen BUG=239545 Review URL: https://chromiumcodereview.appspot.com/17575007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test')
-rw-r--r--content/test/DEPS2
-rw-r--r--content/test/layouttest_support.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/test/DEPS b/content/test/DEPS
index 95f1d48..d8eb582 100644
--- a/content/test/DEPS
+++ b/content/test/DEPS
@@ -5,5 +5,5 @@ include_rules = [
"+media/base", # For ChannelLayout in WebRTC tests.
"+ui/aura/test/test_aura_initializer.h",
"+ui/base/resource/data_pack.h",
- "+third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public",
+ "+third_party/WebKit/public/testing",
]
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index 4993130..8c8a328 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -12,7 +12,7 @@
#include "content/renderer/render_view_impl.h"
#include "content/renderer/renderer_webkitplatformsupport_impl.h"
#include "third_party/WebKit/public/platform/WebGamepads.h"
-#include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h"
+#include "third_party/WebKit/public/testing/WebTestProxy.h"
#if defined(OS_WIN) && !defined(USE_AURA)
#include "content/browser/web_contents/web_contents_drag_win.h"