Index: public/web/WebFormElement.h |
diff --git a/public/web/WebFormElement.h b/public/web/WebFormElement.h |
index 3181e8276938d41ab269a99120e83790df3b2712..a3b126c152385204d07602ea2ccbaf81dc0ad7cc 100644 |
--- a/public/web/WebFormElement.h |
+++ b/public/web/WebFormElement.h |
@@ -35,7 +35,7 @@ |
#include "WebElement.h" |
#if BLINK_IMPLEMENTATION |
-namespace WebCore { class HTMLFormElement; } |
+namespace blink { class HTMLFormElement; } |
#endif |
namespace blink { |
@@ -81,9 +81,9 @@ namespace blink { |
BLINK_EXPORT void finishRequestAutocomplete(WebFormElement::AutocompleteResult); |
#if BLINK_IMPLEMENTATION |
- WebFormElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLFormElement>&); |
- WebFormElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLFormElement>&); |
- operator PassRefPtrWillBeRawPtr<WebCore::HTMLFormElement>() const; |
+ WebFormElement(const PassRefPtrWillBeRawPtr<blink::HTMLFormElement>&); |
+ WebFormElement& operator=(const PassRefPtrWillBeRawPtr<blink::HTMLFormElement>&); |
+ operator PassRefPtrWillBeRawPtr<blink::HTMLFormElement>() const; |
#endif |
}; |