Index: Source/platform/text/StringTruncator.cpp |
diff --git a/Source/platform/text/StringTruncator.cpp b/Source/platform/text/StringTruncator.cpp |
index 28604805d8e1d70e94487cec4beeff67d5f22cd2..7d250ace4be85f06fdba62a8259ff3ba3d0155dd 100644 |
--- a/Source/platform/text/StringTruncator.cpp |
+++ b/Source/platform/text/StringTruncator.cpp |
@@ -36,7 +36,7 @@ |
#include "wtf/Vector.h" |
#include "wtf/unicode/CharacterNames.h" |
-namespace WebCore { |
+namespace blink { |
#define STRING_BUFFER_SIZE 2048 |
@@ -199,4 +199,4 @@ float StringTruncator::width(const String& string, const Font& font) |
return stringWidth(font, string); |
} |
-} // namespace WebCore |
+} // namespace blink |