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

Unified Diff: Source/core/platform/graphics/BitmapImageTest.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
Index: Source/core/platform/graphics/BitmapImageTest.cpp
diff --git a/Source/core/platform/graphics/BitmapImageTest.cpp b/Source/core/platform/graphics/BitmapImageTest.cpp
index 2a5c7ef3c13ef8730096fc6a4d5dcb7f4171c856..402554de5cc5a12fccaa187d45d99a4fbb0c16bd 100644
--- a/Source/core/platform/graphics/BitmapImageTest.cpp
+++ b/Source/core/platform/graphics/BitmapImageTest.cpp
@@ -60,9 +60,9 @@ public:
static PassRefPtr<SharedBuffer> readFile(const char* fileName)
{
- String filePath = WebKit::Platform::current()->unitTestSupport()->webKitRootDir();
+ String filePath = blink::Platform::current()->unitTestSupport()->webKitRootDir();
filePath.append(fileName);
- return WebKit::Platform::current()->unitTestSupport()->readFromFile(filePath);
+ return blink::Platform::current()->unitTestSupport()->readFromFile(filePath);
}
// Accessors to BitmapImage's protected methods.

Powered by Google App Engine
This is Rietveld 408576698