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

Unified Diff: public/web/WebInputElement.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/WebImageDecoder.h ('k') | public/web/WebLabelElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebInputElement.h
diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h
index da5c1698e2a19033a4e88402143905005fe4493e..ff0d813fdeef8919d0758184c13863ea5d17efef 100644
--- a/public/web/WebInputElement.h
+++ b/public/web/WebInputElement.h
@@ -34,7 +34,7 @@
#include "WebFormControlElement.h"
#if BLINK_IMPLEMENTATION
-namespace WebCore { class HTMLInputElement; }
+namespace blink { class HTMLInputElement; }
#endif
namespace blink {
@@ -88,9 +88,9 @@ namespace blink {
BLINK_EXPORT void setShouldRevealPassword(bool value);
#if BLINK_IMPLEMENTATION
- WebInputElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLInputElement>&);
- WebInputElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLInputElement>&);
- operator PassRefPtrWillBeRawPtr<WebCore::HTMLInputElement>() const;
+ WebInputElement(const PassRefPtrWillBeRawPtr<blink::HTMLInputElement>&);
+ WebInputElement& operator=(const PassRefPtrWillBeRawPtr<blink::HTMLInputElement>&);
+ operator PassRefPtrWillBeRawPtr<blink::HTMLInputElement>() const;
#endif
};
« no previous file with comments | « public/web/WebImageDecoder.h ('k') | public/web/WebLabelElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698