Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1399)

Unified Diff: Source/platform/text/TextEncodingDetector.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/text/TextEncodingDetector.h ('k') | Source/platform/text/TextPath.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/platform/text/TextEncodingDetector.h ('k') | Source/platform/text/TextPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698