19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_SCRIPT_TAG_SCANNER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_SCRIPT_TAG_SCANNER_H_
22 #include "pagespeed/kernel/base/basictypes.h"
23 #include "pagespeed/kernel/base/string.h"
24 #include "pagespeed/kernel/base/string_util.h"
25 #include "pagespeed/kernel/html/html_element.h"
27 namespace net_instaweb {
32 enum ScriptClassification {
55 HtmlElement::Attribute** src);
64 static GoogleString Normalized(
const StringPiece& str);
66 bool IsJsMime(
const GoogleString& type_str);