Index: public/web/WebDateTimeChooserParams.h |
diff --git a/public/web/WebDateTimeChooserParams.h b/public/web/WebDateTimeChooserParams.h |
index 1adc445695b505cf64321cd85ad645085ca36b35..918d636935a39270d8f33ca6e10190d89ef22b4b 100644 |
--- a/public/web/WebDateTimeChooserParams.h |
+++ b/public/web/WebDateTimeChooserParams.h |
@@ -31,7 +31,7 @@ |
#include "../platform/WebVector.h" |
#include "WebDateTimeInputType.h" |
-namespace WebKit { |
+namespace blink { |
// This class conveys various information to make date/time chooser UI. |
// See WebViewClient::openDateTimeChooser. |
@@ -81,6 +81,6 @@ struct WebDateTimeChooserParams { |
} |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |