Index: public/web/WebTextDecorationType.h |
diff --git a/public/web/WebTextDecorationType.h b/public/web/WebTextDecorationType.h |
index 7a6318fff9e3130ece952961596524293c116b1c..533c46bf2446ee4ed44db45aa8c33e45e55e0aa7 100644 |
--- a/public/web/WebTextDecorationType.h |
+++ b/public/web/WebTextDecorationType.h |
@@ -31,7 +31,7 @@ |
#ifndef WebTextDecorationType_h |
#define WebTextDecorationType_h |
-namespace WebKit { |
+namespace blink { |
enum WebTextDecorationType { |
WebTextDecorationTypeSpelling = 1 << 1, |
@@ -39,6 +39,6 @@ enum WebTextDecorationType { |
WebTextDecorationTypeInvisibleSpellcheck = 1 << 3, |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |