Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Unified Diff: public/web/WebNodeList.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebNode.h ('k') | public/web/WebNotification.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/web/WebNode.h ('k') | public/web/WebNotification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698