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

Unified Diff: public/web/WebDocumentType.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/WebDocument.h ('k') | public/web/WebElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDocumentType.h
diff --git a/public/web/WebDocumentType.h b/public/web/WebDocumentType.h
index a23eebd9554dfef5c2c34d1bd13df199e7972bf5..9ce8f55563714b6b0b940031dda998e9203cb6e4 100644
--- a/public/web/WebDocumentType.h
+++ b/public/web/WebDocumentType.h
@@ -34,7 +34,7 @@
#include "WebNode.h"
#if BLINK_IMPLEMENTATION
-namespace WebCore { class DocumentType; }
+namespace blink { class DocumentType; }
namespace WTF { template <typename T> class PassRefPtr; }
#endif
@@ -57,9 +57,9 @@ public:
BLINK_EXPORT WebString name() const;
#if BLINK_IMPLEMENTATION
- WebDocumentType(const PassRefPtrWillBeRawPtr<WebCore::DocumentType>&);
- WebDocumentType& operator=(const PassRefPtrWillBeRawPtr<WebCore::DocumentType>&);
- operator PassRefPtrWillBeRawPtr<WebCore::DocumentType>() const;
+ WebDocumentType(const PassRefPtrWillBeRawPtr<blink::DocumentType>&);
+ WebDocumentType& operator=(const PassRefPtrWillBeRawPtr<blink::DocumentType>&);
+ operator PassRefPtrWillBeRawPtr<blink::DocumentType>() const;
#endif
};
« no previous file with comments | « public/web/WebDocument.h ('k') | public/web/WebElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698