Index: public/platform/linux/WebFontRenderStyle.h |
diff --git a/public/platform/linux/WebFontRenderStyle.h b/public/platform/linux/WebFontRenderStyle.h |
index 65669b258326459e5115613d18e7b2065d27cae7..898af2a48cb9f8bae46f0980b462725c1f8bf394 100644 |
--- a/public/platform/linux/WebFontRenderStyle.h |
+++ b/public/platform/linux/WebFontRenderStyle.h |
@@ -35,7 +35,7 @@ |
namespace WebCore { struct FontRenderStyle; } |
-namespace WebKit { |
+namespace blink { |
struct BLINK_EXPORT WebFontRenderStyle { |
// Each of the use* members below can take one of three values: |
@@ -58,6 +58,6 @@ struct BLINK_EXPORT WebFontRenderStyle { |
void setDefaults(); |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebFontRenderStyle_h |