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

Unified Diff: Source/platform/text/LineEnding.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/DecodeEscapeSequences.h ('k') | Source/platform/text/LineEnding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/LineEnding.h
diff --git a/Source/platform/text/LineEnding.h b/Source/platform/text/LineEnding.h
index 4326899c5407baf640540d0d791f199b3526d404..b15771628ea784a1bf47bfe4214ae26259e73808 100644
--- a/Source/platform/text/LineEnding.h
+++ b/Source/platform/text/LineEnding.h
@@ -36,7 +36,7 @@
#include "wtf/Forward.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
// Normalize all line-endings in the given string to CRLF.
PLATFORM_EXPORT CString normalizeLineEndingsToCRLF(const CString& from);
@@ -51,6 +51,6 @@ PLATFORM_EXPORT void normalizeLineEndingsToLF(const CString& from, Vector<char>&
// (Normalize to CRLF on Windows and normalize to LF on all other platforms.)
PLATFORM_EXPORT void normalizeLineEndingsToNative(const CString& from, Vector<char>& result);
-} // namespace WebCore
+} // namespace blink
#endif // LineEnding_h
« no previous file with comments | « Source/platform/text/DecodeEscapeSequences.h ('k') | Source/platform/text/LineEnding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698