Merge "Resolve build breakage for merge of fix to b/11559103"

This commit is contained in:
Matthew Williams
2013-11-14 19:58:59 +00:00
committed by Android (Google) Code Review

View File

@@ -70,6 +70,7 @@ public class SyncInfo implements Parcelable {
this.account = new Account(other.account.name, other.account.type);
this.authority = other.authority;
this.startTime = other.startTime;
this.service = other.service;
}
/** @hide */