Index: chrome/browser/sync/js_arg_list.h |
diff --git a/chrome/browser/sync/js_arg_list.h b/chrome/browser/sync/js_arg_list.h |
index 80ea55e93a1ec825baa0e7dea3cb57200b31bcfc..66d1b21bac8e047d3b87fa1aebe35bf6a3bdff0d 100644 |
--- a/chrome/browser/sync/js_arg_list.h |
+++ b/chrome/browser/sync/js_arg_list.h |
@@ -23,6 +23,7 @@ class JsArgList { |
JsArgList(); |
explicit JsArgList(const ListValue& args); |
explicit JsArgList(const std::vector<const Value*>& args); |
+ ~JsArgList(); |
const ListValue& Get() const; |