| Index: Source/platform/fonts/mac/MemoryActivatedFont.h
|
| diff --git a/Source/platform/fonts/mac/MemoryActivatedFont.h b/Source/platform/fonts/mac/MemoryActivatedFont.h
|
| index 1f2bbae8a30a9cd2949a9eacb6188d5f879d7a47..c4f8154bd475ab84f6757dfdd158eca922132280 100644
|
| --- a/Source/platform/fonts/mac/MemoryActivatedFont.h
|
| +++ b/Source/platform/fonts/mac/MemoryActivatedFont.h
|
| @@ -37,7 +37,7 @@
|
|
|
| typedef struct CGFont* CGFontRef;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // MemoryActivatedFont encapsulates a font loaded from another process and
|
| // activated from memory.
|
| @@ -90,6 +90,6 @@ private:
|
| WTF::String m_inSandboxHashKey;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // MemoryActivatedFont_h
|
|
|