summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/public/web/WebSurroundingText.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/public/web/WebSurroundingText.h')
-rw-r--r--third_party/WebKit/public/web/WebSurroundingText.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/public/web/WebSurroundingText.h b/third_party/WebKit/public/web/WebSurroundingText.h
index 85949a8..aa6e268 100644
--- a/third_party/WebKit/public/web/WebSurroundingText.h
+++ b/third_party/WebKit/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