Index: Source/platform/DateComponents.cpp |
diff --git a/Source/platform/DateComponents.cpp b/Source/platform/DateComponents.cpp |
index 64939a78a3aa4dda032449edf9ef51abb5a47c5b..dc984eba93552eccb557ff842c1cd04ee3bab9cf 100644 |
--- a/Source/platform/DateComponents.cpp |
+++ b/Source/platform/DateComponents.cpp |
@@ -39,7 +39,7 @@ |
using namespace std; |
-namespace WebCore { |
+namespace blink { |
// HTML5 specification defines minimum week of year is one. |
const int DateComponents::minimumWeekNumber = 1; |
@@ -714,4 +714,4 @@ String DateComponents::toString(SecondFormat format) const |
return String("(Invalid DateComponents)"); |
} |
-} // namespace WebCore |
+} // namespace blink |