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

Unified Diff: public/web/WebDocument.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/WebDateTimeSuggestion.h ('k') | public/web/WebDocumentType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index d0f0b6f6c35513a6571e9496f6a4428d2b17ae3b..1123eb901025ce1c97df854306d1cbddcb6d3238 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -40,7 +40,7 @@
#include "WebSecurityOrigin.h"
#if BLINK_IMPLEMENTATION
-namespace WebCore {
+namespace blink {
class Document;
class DocumentType;
}
@@ -137,9 +137,9 @@ public:
BLINK_EXPORT v8::Handle<v8::Value> registerEmbedderCustomElement(const WebString& name, v8::Handle<v8::Value> options, WebExceptionCode&);
#if BLINK_IMPLEMENTATION
- WebDocument(const PassRefPtrWillBeRawPtr<WebCore::Document>&);
- WebDocument& operator=(const PassRefPtrWillBeRawPtr<WebCore::Document>&);
- operator PassRefPtrWillBeRawPtr<WebCore::Document>() const;
+ WebDocument(const PassRefPtrWillBeRawPtr<blink::Document>&);
+ WebDocument& operator=(const PassRefPtrWillBeRawPtr<blink::Document>&);
+ operator PassRefPtrWillBeRawPtr<blink::Document>() const;
#endif
};
« no previous file with comments | « public/web/WebDateTimeSuggestion.h ('k') | public/web/WebDocumentType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698