19 #ifndef PAGESPEED_KERNEL_BASE_ESCAPING_H_
20 #define PAGESPEED_KERNEL_BASE_ESCAPING_H_
25 namespace net_instaweb {
void EscapeToJsStringLiteral(const StringPiece &original, bool add_quotes, GoogleString *escaped)
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24
void EscapeToJsonStringLiteral(const StringPiece &original, bool add_quotes, GoogleString *escaped)