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

Unified Diff: Source/platform/fonts/FontCacheTest.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/FontCacheKey.h ('k') | Source/platform/fonts/FontCustomPlatformData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontCacheTest.cpp
diff --git a/Source/platform/fonts/FontCacheTest.cpp b/Source/platform/fonts/FontCacheTest.cpp
index 27fb1487fb689fbda9d301668cec89840025cf96..728fe4a6d088920609802f62e57862d3e178ea39 100644
--- a/Source/platform/fonts/FontCacheTest.cpp
+++ b/Source/platform/fonts/FontCacheTest.cpp
@@ -10,7 +10,7 @@
#include "public/platform/Platform.h"
#include <gtest/gtest.h>
-namespace WebCore {
+namespace blink {
class EmptyPlatform : public blink::Platform {
public:
@@ -43,4 +43,4 @@ TEST(FontCache, getLastResortFallbackFont)
blink::Platform::initialize(oldPlatform);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/FontCacheKey.h ('k') | Source/platform/fonts/FontCustomPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698