Index: public/web/WebTextAffinity.h |
diff --git a/public/web/WebTextAffinity.h b/public/web/WebTextAffinity.h |
index 1224f619622d0c3c2fb52bad818b38df4d9aa140..54e1d9839ab1998d987b272534893f339323ab1a 100644 |
--- a/public/web/WebTextAffinity.h |
+++ b/public/web/WebTextAffinity.h |
@@ -31,7 +31,7 @@ |
#ifndef WebTextAffinity_h |
#define WebTextAffinity_h |
-namespace WebKit { |
+namespace blink { |
// These constants specify the preferred direction of selection. |
enum WebTextAffinity { |
@@ -39,6 +39,6 @@ enum WebTextAffinity { |
WebTextAffinityDownstream, // The selection is moving toward the bottom of the document. |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |