summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/public/web/mac/WebSubstringUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/public/web/mac/WebSubstringUtil.h')
-rw-r--r--third_party/WebKit/public/web/mac/WebSubstringUtil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/WebKit/public/web/mac/WebSubstringUtil.h b/third_party/WebKit/public/web/mac/WebSubstringUtil.h
index e550481..3668cfb 100644
--- a/third_party/WebKit/public/web/mac/WebSubstringUtil.h
+++ b/third_party/WebKit/public/web/mac/WebSubstringUtil.h
@@ -33,7 +33,7 @@
#include "../../platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
class WebFrame;
}
@@ -43,7 +43,7 @@ class WebFrame;
class NSAttributedString;
#endif
-namespace WebKit {
+namespace blink {
class WebSubstringUtil {
public:
@@ -54,6 +54,6 @@ public:
size_t length);
};
-} // namespace WebKit
+} // namespace blink
#endif