Index: public/web/WebNodeList.h |
diff --git a/public/web/WebNodeList.h b/public/web/WebNodeList.h |
index 96ad0addb097838b9e43a37577962b8a1888281e..4d8131c39592832d732b8f72dd42dc3af04efdd4 100644 |
--- a/public/web/WebNodeList.h |
+++ b/public/web/WebNodeList.h |
@@ -34,7 +34,7 @@ |
#include "public/platform/WebCommon.h" |
#include "public/platform/WebPrivatePtr.h" |
-namespace WebCore { class NodeList; } |
+namespace blink { class NodeList; } |
#if BLINK_IMPLEMENTATION |
#include "platform/heap/Handle.h" |
namespace WTF { template <typename T> class PassRefPtr; } |
@@ -63,12 +63,12 @@ public: |
BLINK_EXPORT WebNode item(size_t) const; |
#if BLINK_IMPLEMENTATION |
- WebNodeList(const PassRefPtrWillBeRawPtr<WebCore::NodeList>&); |
- WebNodeList& operator=(const PassRefPtrWillBeRawPtr<WebCore::NodeList>&); |
+ WebNodeList(const PassRefPtrWillBeRawPtr<blink::NodeList>&); |
+ WebNodeList& operator=(const PassRefPtrWillBeRawPtr<blink::NodeList>&); |
#endif |
private: |
- WebPrivatePtr<WebCore::NodeList> m_private; |
+ WebPrivatePtr<blink::NodeList> m_private; |
}; |
} // namespace blink |