Index: public/web/WebSelector.h |
diff --git a/public/web/WebSelector.h b/public/web/WebSelector.h |
index 8a5514de3615df9e1276ce88fac8a708da7552b6..00c5e6c18018ce879cff0e4ee1ff0e67aac3df75 100644 |
--- a/public/web/WebSelector.h |
+++ b/public/web/WebSelector.h |
@@ -33,7 +33,7 @@ |
#include "../platform/WebCommon.h" |
-namespace WebKit { |
+namespace blink { |
class WebString; |
@@ -50,6 +50,6 @@ enum WebSelectorType { |
// The canonical form is not guaranteed to stay the same over time. |
BLINK_EXPORT WebString canonicalizeSelector(WebString selector, WebSelectorType restriction = WebSelectorTypeComplex); |
-} // namespace WebKit |
+} // namespace blink |
#endif |