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

Unified Diff: chrome/browser/sync/js_arg_list.cc

Issue 6250088: Cleanup everything but net/ for our first clang plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
Index: chrome/browser/sync/js_arg_list.cc
diff --git a/chrome/browser/sync/js_arg_list.cc b/chrome/browser/sync/js_arg_list.cc
index 538b07c20e260544ca26fb6fd91d01fe252e6e51..23165a34c1ccbea8990949b3f63ffe47dcc240cb 100644
--- a/chrome/browser/sync/js_arg_list.cc
+++ b/chrome/browser/sync/js_arg_list.cc
@@ -17,6 +17,8 @@ JsArgList::JsArgList(const ListValue& args)
JsArgList::JsArgList(const std::vector<const Value*>& args)
: args_(new SharedListValue(args)) {}
+JsArgList::~JsArgList() {}
+
const ListValue& JsArgList::Get() const {
return args_->Get();
}

Powered by Google App Engine
This is Rietveld 408576698