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

Unified Diff: public/web/WebSurroundingText.h

Issue 454103003: Cleanup namespace usage in public/web/Web[N-Z]*.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/WebStorageEventDispatcher.h ('k') | public/web/WebTextAreaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSurroundingText.h
diff --git a/public/web/WebSurroundingText.h b/public/web/WebSurroundingText.h
index fa894e3b0783f981b4088ee5b80d9082e29e3145..6e7c87770e362a8b709e3435f4608b6d68f3b540 100644
--- a/public/web/WebSurroundingText.h
+++ b/public/web/WebSurroundingText.h
@@ -31,11 +31,8 @@
#include "WebRange.h"
namespace blink {
-class SurroundingText;
-}
-
-namespace blink {
+class SurroundingText;
class WebHitTestResult;
class WebNode;
class WebRange;
@@ -82,7 +79,7 @@ public:
BLINK_EXPORT WebRange rangeFromContentOffsets(size_t startOffsetInContent, size_t endOffsetInContent);
protected:
- WebPrivateOwnPtr<blink::SurroundingText> m_private;
+ WebPrivateOwnPtr<SurroundingText> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebStorageEventDispatcher.h ('k') | public/web/WebTextAreaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698