| Index: public/web/mac/WebSubstringUtil.h
|
| diff --git a/public/web/mac/WebSubstringUtil.h b/public/web/mac/WebSubstringUtil.h
|
| index e550481f82c4be42f7e7c3957acadb3f8f58b10c..3668cfb2ff923e4bcb9decc0595202199833da98 100644
|
| --- a/public/web/mac/WebSubstringUtil.h
|
| +++ b/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
|
|
|