| Index: public/web/WebHitTestResult.h
|
| diff --git a/public/web/WebHitTestResult.h b/public/web/WebHitTestResult.h
|
| index 29317a01e4c09bcc25b95696e1a0267645419e07..78a4cc4bbe135228fc7d03c6bf68506efb2613b8 100644
|
| --- a/public/web/WebHitTestResult.h
|
| +++ b/public/web/WebHitTestResult.h
|
| @@ -29,11 +29,8 @@
|
| #include "../platform/WebPrivatePtr.h"
|
|
|
| namespace blink {
|
| -class HitTestResult;
|
| -}
|
| -
|
| -namespace blink {
|
|
|
| +class HitTestResult;
|
| class WebElement;
|
| class WebHitTestResultPrivate;
|
| class WebNode;
|
| @@ -73,8 +70,8 @@ public:
|
| BLINK_EXPORT bool isContentEditable() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebHitTestResult(const blink::HitTestResult&);
|
| - WebHitTestResult& operator=(const blink::HitTestResult&);
|
| + WebHitTestResult(const HitTestResult&);
|
| + WebHitTestResult& operator=(const HitTestResult&);
|
| #endif
|
|
|
| protected:
|
|
|