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

Unified Diff: public/web/WebOptionElement.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/WebNotification.h ('k') | public/web/WebPerformance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebOptionElement.h
diff --git a/public/web/WebOptionElement.h b/public/web/WebOptionElement.h
index ec3bf76ff423f5ed6b47d709a126f1857b7156bc..7a336ae77d52df19cb2b7762115b0526b3c6ed17 100644
--- a/public/web/WebOptionElement.h
+++ b/public/web/WebOptionElement.h
@@ -35,7 +35,7 @@
#include "WebElement.h"
#if BLINK_IMPLEMENTATION
-namespace WebCore { class HTMLOptionElement; }
+namespace blink { class HTMLOptionElement; }
#endif
namespace blink {
@@ -62,9 +62,9 @@ public:
BLINK_EXPORT bool isEnabled() const;
#if BLINK_IMPLEMENTATION
- WebOptionElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>&);
- WebOptionElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>&);
- operator PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>() const;
+ WebOptionElement(const PassRefPtrWillBeRawPtr<blink::HTMLOptionElement>&);
+ WebOptionElement& operator=(const PassRefPtrWillBeRawPtr<blink::HTMLOptionElement>&);
+ operator PassRefPtrWillBeRawPtr<blink::HTMLOptionElement>() const;
#endif
};
« no previous file with comments | « public/web/WebNotification.h ('k') | public/web/WebPerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698