| Index: public/web/WebTextInputType.h
|
| diff --git a/public/web/WebTextInputType.h b/public/web/WebTextInputType.h
|
| index fea0c45f49728a710dba5f6a1d1aafefac1c427d..77ea4446759b1e2e597fcca4c2280b363617dc18 100644
|
| --- a/public/web/WebTextInputType.h
|
| +++ b/public/web/WebTextInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebTextInputType_h
|
| #define WebTextInputType_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| enum WebTextInputType {
|
| // Input caret is not in an editable node, no input method shall be used.
|
| @@ -68,6 +68,6 @@ enum WebTextInputType {
|
| WebTextInputTypeDateTimeField,
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|