Index: public/web/WebSurroundingText.h |
diff --git a/public/web/WebSurroundingText.h b/public/web/WebSurroundingText.h |
index 85949a800d913649d38276242834692f08e3d1ea..aa6e268faa55b6a637c2972d5f3bd50b081054b1 100644 |
--- a/public/web/WebSurroundingText.h |
+++ b/public/web/WebSurroundingText.h |
@@ -34,7 +34,7 @@ namespace WebCore { |
class SurroundingText; |
} |
-namespace WebKit { |
+namespace blink { |
class WebHitTestResult; |
class WebNode; |
@@ -65,6 +65,6 @@ protected: |
WebPrivateOwnPtr<WebCore::SurroundingText> m_private; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |