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

Unified Diff: Source/web/tests/WebImageTest.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/WebFrameTest.cpp ('k') | Source/web/tests/data/autofocus_input_field_iframe.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebImageTest.cpp
diff --git a/Source/web/tests/WebImageTest.cpp b/Source/web/tests/WebImageTest.cpp
index 7b0f0c5ca61fe733ef44d51d833bff4752c03f7f..436c999b01473e6acabb0be70dd2d05073eb5e60 100644
--- a/Source/web/tests/WebImageTest.cpp
+++ b/Source/web/tests/WebImageTest.cpp
@@ -29,7 +29,6 @@
*/
#include "config.h"
-
#include "public/platform/WebImage.h"
#include <gtest/gtest.h>
@@ -48,7 +47,7 @@ namespace {
static PassRefPtr<SharedBuffer> readFile(const char* fileName)
{
String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
- filePath.append("/Source/WebKit/chromium/tests/data/");
+ filePath.append("/Source/web/tests/data/");
filePath.append(fileName);
long long fileSize;
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | Source/web/tests/data/autofocus_input_field_iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698