Index: public/web/WebLabelElement.h |
diff --git a/public/web/WebLabelElement.h b/public/web/WebLabelElement.h |
index 8efa52d6387eb16290d1c6ece38ca710562c24a0..975d3e1c3080c57bba4bccc46ab3e995cde3ce70 100644 |
--- a/public/web/WebLabelElement.h |
+++ b/public/web/WebLabelElement.h |
@@ -34,7 +34,7 @@ |
#include "WebElement.h" |
#if BLINK_IMPLEMENTATION |
-namespace WebCore { class HTMLLabelElement; } |
+namespace blink { class HTMLLabelElement; } |
namespace WTF { template <typename T> class PassRefPtr; } |
#endif |
@@ -57,9 +57,9 @@ public: |
BLINK_EXPORT WebElement correspondingControl(); |
#if BLINK_IMPLEMENTATION |
- WebLabelElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLLabelElement>&); |
- WebLabelElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLLabelElement>&); |
- operator PassRefPtrWillBeRawPtr<WebCore::HTMLLabelElement>() const; |
+ WebLabelElement(const PassRefPtrWillBeRawPtr<blink::HTMLLabelElement>&); |
+ WebLabelElement& operator=(const PassRefPtrWillBeRawPtr<blink::HTMLLabelElement>&); |
+ operator PassRefPtrWillBeRawPtr<blink::HTMLLabelElement>() const; |
#endif |
}; |