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

Unified Diff: public/web/mac/WebSubstringUtil.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/WebWindowFeatures.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/mac/WebSubstringUtil.h
diff --git a/public/web/mac/WebSubstringUtil.h b/public/web/mac/WebSubstringUtil.h
index 730036d74811bda40da2e1f0e95f83206d1e0794..72fc464c9e14f31e5a4c8c09a7c116c68b99955b 100644
--- a/public/web/mac/WebSubstringUtil.h
+++ b/public/web/mac/WebSubstringUtil.h
@@ -34,11 +34,6 @@
#include "../../platform/WebCommon.h"
#include "public/web/WebFrame.h"
-namespace blink {
-class WebView;
-struct WebPoint;
-}
-
#if __OBJC__
@class NSAttributedString;
#else
@@ -47,6 +42,9 @@ class NSAttributedString;
namespace blink {
+class WebView;
+struct WebPoint;
+
class WebSubstringUtil {
public:
// Returns an autoreleased NSAttributedString that is the word under
« no previous file with comments | « public/web/WebWindowFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698