Index: third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
index 495f3519c619a42fa5eb6ae22b11966a3d521548..77e90017d67b4d99bca048bc73bed48ad3ca5262 100644 |
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
@@ -34,8 +34,6 @@ |
#include "platform/graphics/DeferredImageDecoder.h" |
#include "platform/graphics/ImageObserver.h" |
#include "platform/testing/UnitTestHelpers.h" |
-#include "public/platform/Platform.h" |
-#include "public/platform/WebUnitTestSupport.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace blink { |
@@ -66,7 +64,7 @@ public: |
{ |
String filePath = testing::blinkRootDir(); |
filePath.append(fileName); |
- return Platform::current()->unitTestSupport()->readFromFile(filePath); |
+ return testing::readFromFile(filePath); |
} |
// Accessors to BitmapImage's protected methods. |