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

Unified Diff: net/base/escape.cc

Issue 43079: NO CODE CHANGE (Closed)
Patch Set: Created 11 years, 9 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 | « net/base/escape.h ('k') | net/base/ev_root_ca_metadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/escape.cc
diff --git a/net/base/escape.cc b/net/base/escape.cc
index 87174e107738eb9b3068da7b10a68b5dba85577f..54174fca73c2ce637df8666b2615d759f56c9fd8 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);
}
-
« no previous file with comments | « net/base/escape.h ('k') | net/base/ev_root_ca_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698