Index: Source/platform/text/DateTimeFormat.cpp |
diff --git a/Source/platform/text/DateTimeFormat.cpp b/Source/platform/text/DateTimeFormat.cpp |
index 14d1559857ac51d8be9d072e8054de659252eb8d..7ea210188fefd4656ca036b62117273e487f2147 100644 |
--- a/Source/platform/text/DateTimeFormat.cpp |
+++ b/Source/platform/text/DateTimeFormat.cpp |
@@ -29,7 +29,7 @@ |
#include "wtf/ASCIICType.h" |
#include "wtf/text/StringBuilder.h" |
-namespace WebCore { |
+namespace blink { |
static const DateTimeFormat::FieldType lowerCaseToFieldTypeMap[26] = { |
DateTimeFormat::FieldTypePeriod, // a |
@@ -276,4 +276,4 @@ void DateTimeFormat::quoteAndAppendLiteral(const String& literal, StringBuilder& |
} |
} |
-} // namespace WebCore |
+} // namespace blink |