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

Unified Diff: public/web/WebElement.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/WebDocumentType.h ('k') | public/web/WebElementCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebElement.h
diff --git a/public/web/WebElement.h b/public/web/WebElement.h
index a8d2414642142efee1e0a544ffd2195370fe192b..d520871d53630948df39e04877495f1c625bc496 100644
--- a/public/web/WebElement.h
+++ b/public/web/WebElement.h
@@ -35,7 +35,7 @@
#include "WebNode.h"
#if BLINK_IMPLEMENTATION
-namespace WebCore { class Element; }
+namespace blink { class Element; }
#endif
namespace blink {
@@ -85,9 +85,9 @@ struct WebRect;
BLINK_EXPORT WebImage imageContents();
#if BLINK_IMPLEMENTATION
- WebElement(const PassRefPtrWillBeRawPtr<WebCore::Element>&);
- WebElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::Element>&);
- operator PassRefPtrWillBeRawPtr<WebCore::Element>() const;
+ WebElement(const PassRefPtrWillBeRawPtr<blink::Element>&);
+ WebElement& operator=(const PassRefPtrWillBeRawPtr<blink::Element>&);
+ operator PassRefPtrWillBeRawPtr<blink::Element>() const;
#endif
};
« no previous file with comments | « public/web/WebDocumentType.h ('k') | public/web/WebElementCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698