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

Unified Diff: tools/gn/xml_element_writer.h

Issue 2813213002: Moved/renamed EscapeString from visual_studio_writer to XmlEscape in xml_element_writer. (Closed)
Patch Set: Created 3 years, 8 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 | « tools/gn/visual_studio_writer.cc ('k') | tools/gn/xml_element_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/xml_element_writer.h
diff --git a/tools/gn/xml_element_writer.h b/tools/gn/xml_element_writer.h
index 8a83df0a9a5600fa368e5ee8fe8d312390049917..01346d235b587a962901e36f6fb9287a51c6a7b9 100644
--- a/tools/gn/xml_element_writer.h
+++ b/tools/gn/xml_element_writer.h
@@ -120,4 +120,6 @@ std::unique_ptr<XmlElementWriter> XmlElementWriter::SubElement(
out_, tag, attribute_name, attribute_value_writer, indent_ + 2));
}
+std::string XmlEscape(const std::string& value);
+
#endif // TOOLS_GN_XML_ELEMENT_WRITER_H_
« no previous file with comments | « tools/gn/visual_studio_writer.cc ('k') | tools/gn/xml_element_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698