Index: Source/platform/text/TextEncodingDetector.cpp |
diff --git a/Source/platform/text/TextEncodingDetector.cpp b/Source/platform/text/TextEncodingDetector.cpp |
index 8d090117b9e4b1de6f811a5fba3a61516151410e..64e8a5de5f506e31883bc8f0d668ccbf61e17c12 100644 |
--- a/Source/platform/text/TextEncodingDetector.cpp |
+++ b/Source/platform/text/TextEncodingDetector.cpp |
@@ -35,7 +35,7 @@ |
#include <unicode/ucnv.h> |
#include <unicode/ucsdet.h> |
-namespace WebCore { |
+namespace blink { |
bool detectTextEncoding(const char* data, size_t length, |
const char* hintEncodingName, WTF::TextEncoding* detectedEncoding) |