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

Unified Diff: Source/platform/fonts/FontTest.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
« no previous file with comments | « Source/platform/fonts/FontSmoothingMode.h ('k') | Source/platform/fonts/FontTraits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontTest.cpp
diff --git a/Source/platform/fonts/FontTest.cpp b/Source/platform/fonts/FontTest.cpp
index e54c19fa6f4109ce223964e972558b6482749550..178f244b1317c6460d134819a64b2de41afb033d 100644
--- a/Source/platform/fonts/FontTest.cpp
+++ b/Source/platform/fonts/FontTest.cpp
@@ -32,7 +32,7 @@
#include <gtest/gtest.h>
-namespace WebCore {
+namespace blink {
static void TestSpecificUCharRange(UChar rangeStart, UChar rangeEnd)
{
@@ -362,5 +362,5 @@ TEST(FontTest, TestIsCJKIdeographOrSymbol)
TestSpecificUChar32RangeIdeographSymbol(0x1F200, 0x1F6FF);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/FontSmoothingMode.h ('k') | Source/platform/fonts/FontTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698