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

Unified Diff: Source/platform/fonts/GlyphPageTreeNodeTest.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/GlyphPageTreeNode.cpp ('k') | Source/platform/fonts/Latin1TextIterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/GlyphPageTreeNodeTest.cpp
diff --git a/Source/platform/fonts/GlyphPageTreeNodeTest.cpp b/Source/platform/fonts/GlyphPageTreeNodeTest.cpp
index 51cc356c44e9e2bdad81bd58ef7c77fb17b09e5d..953d0f7286ae47c2a7167d115feeafbc5ecd9e18 100644
--- a/Source/platform/fonts/GlyphPageTreeNodeTest.cpp
+++ b/Source/platform/fonts/GlyphPageTreeNodeTest.cpp
@@ -9,7 +9,7 @@
#include "platform/fonts/SimpleFontData.h"
#include <gtest/gtest.h>
-namespace WebCore {
+namespace blink {
class TestCustomFontData : public CustomFontData {
public:
@@ -223,4 +223,4 @@ TEST(GlyphPageTreeNode, systemFallback)
EXPECT_EQ(pageCountBeforeTest, GlyphPageTreeNode::treeGlyphPageCount());
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/GlyphPageTreeNode.cpp ('k') | Source/platform/fonts/Latin1TextIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698