| Index: public/web/WebHitTestResult.h
|
| diff --git a/public/web/WebHitTestResult.h b/public/web/WebHitTestResult.h
|
| index 878d71bfdf896a90f96d0aa56ffa548627418746..b34e270917301267df01be2477ab43512aa63c76 100644
|
| --- a/public/web/WebHitTestResult.h
|
| +++ b/public/web/WebHitTestResult.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "../platform/WebPrivateOwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class HitTestResult;
|
| }
|
|
|
| @@ -73,8 +73,8 @@ public:
|
| BLINK_EXPORT bool isContentEditable() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebHitTestResult(const WebCore::HitTestResult&);
|
| - WebHitTestResult& operator=(const WebCore::HitTestResult&);
|
| + WebHitTestResult(const blink::HitTestResult&);
|
| + WebHitTestResult& operator=(const blink::HitTestResult&);
|
| #endif
|
|
|
| protected:
|
|
|