Missed change to conform to other APIs

R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2965453002 .
This commit is contained in:
Brian Wilkerson
2017-06-29 06:15:37 -07:00
parent 34290dca77
commit 84dd01904d
@@ -27,8 +27,7 @@ abstract class AssistContributorMixin implements AssistContributor {
* the message has parameters, then use the list of [args] to populate the
* message.
*/
void addAssistFromBuilder(ChangeBuilder builder, AssistKind kind,
{List<Object> args}) {
void addAssist(AssistKind kind, ChangeBuilder builder, {List<Object> args}) {
SourceChange change = builder.sourceChange;
if (change.edits.isEmpty) {
return;