| 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
|
|
|