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 |