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; |