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

Unified Diff: public/web/WebSurroundingText.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/WebSpeechRecognitionResult.h ('k') | public/web/WebTextAreaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSurroundingText.h
diff --git a/public/web/WebSurroundingText.h b/public/web/WebSurroundingText.h
index b5abbc834620bc1be8f93886c81edfee707e1a2b..fa894e3b0783f981b4088ee5b80d9082e29e3145 100644
--- a/public/web/WebSurroundingText.h
+++ b/public/web/WebSurroundingText.h
@@ -30,7 +30,7 @@
#include "WebNode.h"
#include "WebRange.h"
-namespace WebCore {
+namespace blink {
class SurroundingText;
}
@@ -82,7 +82,7 @@ public:
BLINK_EXPORT WebRange rangeFromContentOffsets(size_t startOffsetInContent, size_t endOffsetInContent);
protected:
- WebPrivateOwnPtr<WebCore::SurroundingText> m_private;
+ WebPrivateOwnPtr<blink::SurroundingText> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebSpeechRecognitionResult.h ('k') | public/web/WebTextAreaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698