| Index: Source/platform/text/DateTimeFormat.h
|
| diff --git a/Source/platform/text/DateTimeFormat.h b/Source/platform/text/DateTimeFormat.h
|
| index 05483e156115595ac72d34de4cc386eba88e0995..fed72de22af3aa241cf5821a398d0b730592d614 100644
|
| --- a/Source/platform/text/DateTimeFormat.h
|
| +++ b/Source/platform/text/DateTimeFormat.h
|
| @@ -29,7 +29,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // DateTimeFormat parses date time format defined in Unicode Technical
|
| // standard 35, Locale Data Markup Language (LDML)[1].
|
| @@ -106,6 +106,6 @@ public:
|
| static void quoteAndAppendLiteral(const String&, StringBuilder&);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DateTimeFormat_h
|
|
|