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

Unified Diff: Source/platform/text/DecodeEscapeSequences.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/DateTimeFormatTest.cpp ('k') | Source/platform/text/LineEnding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/DecodeEscapeSequences.h
diff --git a/Source/platform/text/DecodeEscapeSequences.h b/Source/platform/text/DecodeEscapeSequences.h
index 81b43e3c3887cf52758f839129c6990b0df8a978..ecde700a679fbe4570515efc0d7efb1c251b0f2a 100644
--- a/Source/platform/text/DecodeEscapeSequences.h
+++ b/Source/platform/text/DecodeEscapeSequences.h
@@ -35,7 +35,7 @@
#include "wtf/text/StringBuilder.h"
#include "wtf/text/TextEncoding.h"
-namespace WebCore {
+namespace blink {
// See <http://en.wikipedia.org/wiki/Percent-encoding#Non-standard_implementations>.
struct Unicode16BitEscapeSequence {
@@ -153,6 +153,6 @@ String decodeEscapeSequences(const String& string, const WTF::TextEncoding& enco
return result.toString();
}
-} // namespace WebCore
+} // namespace blink
#endif // DecodeEscapeSequences_h
« no previous file with comments | « Source/platform/text/DateTimeFormatTest.cpp ('k') | Source/platform/text/LineEnding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698