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

Unified Diff: public/web/WebFormElement.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/WebFormControlElement.h ('k') | public/web/WebFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « public/web/WebFormControlElement.h ('k') | public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698