| Index: public/web/WebDateTimeInputType.h
|
| diff --git a/public/web/WebDateTimeInputType.h b/public/web/WebDateTimeInputType.h
|
| index 52d60fb6779e617c3178aeb2b1d8656c6328f859..6d586ef43291d7f1f0a114104a2cccd120a77a5a 100644
|
| --- a/public/web/WebDateTimeInputType.h
|
| +++ b/public/web/WebDateTimeInputType.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef WebDateTimeInputType_h
|
| #define WebDateTimeInputType_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| enum WebDateTimeInputType {
|
| WebDateTimeInputTypeNone,
|
| @@ -42,6 +42,6 @@ enum WebDateTimeInputType {
|
| WebDateTimeInputTypeWeek,
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|