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

Unified Diff: public/web/WebRange.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/WebPluginDocument.h ('k') | public/web/WebScopedUserGesture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebRange.h
diff --git a/public/web/WebRange.h b/public/web/WebRange.h
index cd318a1cf1f110eaae6731975d20ec4be621dead..cef7123547e0e4566ae79dc33145facc7ff7aadb 100644
--- a/public/web/WebRange.h
+++ b/public/web/WebRange.h
@@ -36,7 +36,7 @@
#include "public/platform/WebPrivatePtr.h"
#include "public/platform/WebVector.h"
-namespace WebCore { class Range; }
+namespace blink { class Range; }
namespace blink {
@@ -77,12 +77,12 @@ public:
BLINK_EXPORT WebVector<WebFloatQuad> textQuads() const;
#if BLINK_IMPLEMENTATION
- WebRange(const PassRefPtrWillBeRawPtr<WebCore::Range>&);
- operator PassRefPtrWillBeRawPtr<WebCore::Range>() const;
+ WebRange(const PassRefPtrWillBeRawPtr<blink::Range>&);
+ operator PassRefPtrWillBeRawPtr<blink::Range>() const;
#endif
private:
- WebPrivatePtr<WebCore::Range> m_private;
+ WebPrivatePtr<blink::Range> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebPluginDocument.h ('k') | public/web/WebScopedUserGesture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698