| Index: public/web/WebHitTestResult.h
|
| diff --git a/public/web/WebHitTestResult.h b/public/web/WebHitTestResult.h
|
| index 568a738333d36ed8190958b316ce5d17e8b45d2a..a48f3cd04c35e3058576a271c6b2b44c6b61df12 100644
|
| --- a/public/web/WebHitTestResult.h
|
| +++ b/public/web/WebHitTestResult.h
|
| @@ -32,7 +32,7 @@ namespace WebCore {
|
| class HitTestResult;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebElement;
|
| class WebNode;
|
| @@ -81,6 +81,6 @@ protected:
|
| WebPrivateOwnPtr<WebCore::HitTestResult> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|