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

Unified Diff: Source/web/tests/URLTestHelpers.cpp

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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
« no previous file with comments | « Source/web/tests/AssociatedURLLoaderTest.cpp ('k') | Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/URLTestHelpers.cpp
diff --git a/Source/web/tests/URLTestHelpers.cpp b/Source/web/tests/URLTestHelpers.cpp
index b5bb7a0b8e0b92d875a5806356e83b16147b3448..f253aa15b6747e82151c3e92da2fdeb07e0f703d 100644
--- a/Source/web/tests/URLTestHelpers.cpp
+++ b/Source/web/tests/URLTestHelpers.cpp
@@ -61,7 +61,7 @@ void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, con
// Physical file path for the mock = <webkitRootDir> + relativeBaseDirectory + fileName.
std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().data());
- filePath.append("/Source/WebKit/chromium/tests/data/");
+ filePath.append("/Source/web/tests/data/");
filePath.append(std::string(relativeBaseDirectory.utf8().data()));
filePath.append(std::string(fileName.utf8().data()));
« no previous file with comments | « Source/web/tests/AssociatedURLLoaderTest.cpp ('k') | Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698