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

Unified Diff: Source/platform/fonts/mac/MemoryActivatedFont.mm

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/mac/MemoryActivatedFont.mm
diff --git a/Source/platform/fonts/mac/MemoryActivatedFont.mm b/Source/platform/fonts/mac/MemoryActivatedFont.mm
index c96fe1e1e58563d6c803341c23d90b1af7ec3c9d..caaf16d57028fc0fc193adc7c6e8111ce4694176 100644
--- a/Source/platform/fonts/mac/MemoryActivatedFont.mm
+++ b/Source/platform/fonts/mac/MemoryActivatedFont.mm
@@ -36,7 +36,7 @@
#import "public/platform/Platform.h"
#import "wtf/HashMap.h"
-namespace WebCore {
+namespace blink {
namespace {
@@ -204,4 +204,4 @@ void FontPlatformData::loadFont(NSFont* nsFont, float fontSize, NSFont*& outNSFo
}
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/mac/MemoryActivatedFont.h ('k') | Source/platform/fonts/mac/SimpleFontDataCoreText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698