| Index: public/web/linux/WebFontRendering.h
|
| diff --git a/public/web/linux/WebFontRendering.h b/public/web/linux/WebFontRendering.h
|
| index 27ff94f86a1fc8b49bb5137f270a236582860e1f..34bc45cbead87783d00a9e5f29ed39c7b2859ef7 100644
|
| --- a/public/web/linux/WebFontRendering.h
|
| +++ b/public/web/linux/WebFontRendering.h
|
| @@ -35,7 +35,7 @@
|
| #include <SkFontHost.h>
|
| #include <SkPaint.h>
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebFontRendering {
|
| public:
|
| @@ -51,6 +51,6 @@ public:
|
| BLINK_EXPORT static void setLCDOrientation(SkFontHost::LCDOrientation);
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|