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

Unified Diff: Source/platform/fonts/android/FontCacheAndroidTest.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/platform/fonts/android/FontCacheAndroidTest.cpp
diff --git a/Source/platform/fonts/android/FontCacheAndroidTest.cpp b/Source/platform/fonts/android/FontCacheAndroidTest.cpp
index db0f122bedd099425d88e76450058a8ed137c890..031c2ad15982ce8c1255cf6460c88347f8cf58cb 100644
--- a/Source/platform/fonts/android/FontCacheAndroidTest.cpp
+++ b/Source/platform/fonts/android/FontCacheAndroidTest.cpp
@@ -8,7 +8,7 @@
#include "platform/fonts/SimpleFontData.h"
#include <gtest/gtest.h>
-namespace WebCore {
+namespace blink {
TEST(FontCacheAndroid, fallbackFontForCharacter)
{
@@ -26,4 +26,4 @@ TEST(FontCacheAndroid, fallbackFontForCharacter)
EXPECT_TRUE(fontData);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/android/FontCacheAndroid.cpp ('k') | Source/platform/fonts/cocoa/FontPlatformDataCocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698