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

Unified Diff: public/web/WebElementCollection.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/WebElement.h ('k') | public/web/WebFontDescription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebElementCollection.h
diff --git a/public/web/WebElementCollection.h b/public/web/WebElementCollection.h
index 28a8ac9b0a939b60be92596a6ee9fb0b3b3468ad..b5770235cfaea934d56922281fc73f5d0ff42c5c 100644
--- a/public/web/WebElementCollection.h
+++ b/public/web/WebElementCollection.h
@@ -35,7 +35,7 @@
#include "../platform/WebCommon.h"
#include "../platform/WebPrivatePtr.h"
-namespace WebCore { class HTMLCollection; }
+namespace blink { class HTMLCollection; }
#if BLINK_IMPLEMENTATION
#include "platform/heap/Handle.h"
namespace WTF { template <typename T> class PassRefPtr; }
@@ -67,12 +67,12 @@ public:
BLINK_EXPORT WebElement firstItem() const;
#if BLINK_IMPLEMENTATION
- WebElementCollection(const PassRefPtrWillBeRawPtr<WebCore::HTMLCollection>&);
- WebElementCollection& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLCollection>&);
+ WebElementCollection(const PassRefPtrWillBeRawPtr<blink::HTMLCollection>&);
+ WebElementCollection& operator=(const PassRefPtrWillBeRawPtr<blink::HTMLCollection>&);
#endif
private:
- WebPrivatePtr<WebCore::HTMLCollection> m_private;
+ WebPrivatePtr<blink::HTMLCollection> m_private;
mutable unsigned m_current;
};
« no previous file with comments | « public/web/WebElement.h ('k') | public/web/WebFontDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698