| Index: public/web/WebTextCheckingType.h
|
| diff --git a/public/web/WebTextCheckingType.h b/public/web/WebTextCheckingType.h
|
| index bd050faf1d2d2e88763c1388483275dfb7d759bb..486cf0eb480c75a9395151a7d69a5d49be4b6f14 100644
|
| --- a/public/web/WebTextCheckingType.h
|
| +++ b/public/web/WebTextCheckingType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebTextCheckingType_h
|
| #define WebTextCheckingType_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| enum WebTextCheckingType {
|
| WebTextCheckingTypeSpelling = 1 << 1,
|
| @@ -40,6 +40,6 @@ enum WebTextCheckingType {
|
|
|
| typedef unsigned WebTextCheckingTypeMask;
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|