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

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

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/TextDirection.h ('k') | Source/platform/text/TextEncodingDetector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextEncodingDetector.h
diff --git a/Source/platform/text/TextEncodingDetector.h b/Source/platform/text/TextEncodingDetector.h
index 6ff6dd9dd4f27d51aaf6bfa9fca9d4a424960aff..0da0e19fb20a66c7c5b9ab2f57020e317fe91de7 100644
--- a/Source/platform/text/TextEncodingDetector.h
+++ b/Source/platform/text/TextEncodingDetector.h
@@ -37,7 +37,7 @@ namespace WTF {
class TextEncoding;
}
-namespace WebCore {
+namespace blink {
// Given a sequence of bytes in |data| of length |len| and an optional
// hintEncodingName, detect the most likely character encoding.
@@ -46,6 +46,6 @@ namespace WebCore {
PLATFORM_EXPORT bool detectTextEncoding(const char* data, size_t length,
const char* hintEncodingName, WTF::TextEncoding* detectedEncoding);
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/text/TextDirection.h ('k') | Source/platform/text/TextEncodingDetector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698