Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: public/web/WebHitTestResult.h

Issue 455883003: Cleanup namespace usage in public/web/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebHistoryItem.h ('k') | public/web/WebIconURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « public/web/WebHistoryItem.h ('k') | public/web/WebIconURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698