diff options
Diffstat (limited to 'net/base/escape.cc')
-rw-r--r-- | net/base/escape.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/base/escape.cc b/net/base/escape.cc index 87174e1..54174fc 100644 --- a/net/base/escape.cc +++ b/net/base/escape.cc @@ -282,4 +282,3 @@ std::string EscapeForHTML(const std::string& input) { std::wstring EscapeForHTML(const std::wstring& input) { return EscapeForHTMLImpl(input); } - |