| Index: Source/platform/fonts/mac/ComplexTextController.h
|
| diff --git a/Source/platform/fonts/mac/ComplexTextController.h b/Source/platform/fonts/mac/ComplexTextController.h
|
| index 14ff22e52328b309089ccbd7685ca13d8133568c..66b42d866828ef4c4bdc18bfa017ef3e04805acc 100644
|
| --- a/Source/platform/fonts/mac/ComplexTextController.h
|
| +++ b/Source/platform/fonts/mac/ComplexTextController.h
|
| @@ -39,7 +39,7 @@ typedef unsigned short CGGlyph;
|
| typedef const struct __CTRun * CTRunRef;
|
| typedef const struct __CTLine * CTLineRef;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Font;
|
| class GlyphBuffer;
|
| @@ -175,6 +175,6 @@ private:
|
| float m_maxGlyphBoundingBoxY;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ComplexTextController_h
|
|
|