Index: public/web/WebNodeCollection.h |
diff --git a/public/web/WebNodeCollection.h b/public/web/WebNodeCollection.h |
index 3d78b15e6a7d94ae1050f3b21161f1e4b2f82abf..a01ac7b9bae427eb9320df6656e10e3d76e06a6d 100644 |
--- a/public/web/WebNodeCollection.h |
+++ b/public/web/WebNodeCollection.h |
@@ -38,7 +38,7 @@ namespace WebCore { class HTMLCollection; } |
namespace WTF { template <typename T> class PassRefPtr; } |
#endif |
-namespace WebKit { |
+namespace blink { |
class WebNode; |
// Provides readonly access to some properties of a DOM node. |
@@ -73,6 +73,6 @@ private: |
mutable unsigned m_current; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |