| Index: public/web/WebTextDirection.h
|
| diff --git a/public/web/WebTextDirection.h b/public/web/WebTextDirection.h
|
| index 3d5129608bb3cb3df73ccb24ccc29dd8cf27460a..3bdbb9e0231001d38dd512e80355f58585b2a07f 100644
|
| --- a/public/web/WebTextDirection.h
|
| +++ b/public/web/WebTextDirection.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebTextDirection_h
|
| #define WebTextDirection_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Represents text directions (or writing directions) of a DOM node.
|
| enum WebTextDirection {
|
| @@ -40,6 +40,6 @@ enum WebTextDirection {
|
| WebTextDirectionRightToLeft,
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|