build fix

Change-Id: Ib31b7b4efa96897e7ea04412a9deae14a432b6c0
This commit is contained in:
Sunny Goyal
2016-05-10 16:28:26 -07:00
parent c190dbfb78
commit bc543af01c

View File

@@ -60,7 +60,7 @@ public class LauncherBackupAgentTest extends AndroidTestCase {
private final long mProfileId;
public MyDatabaseHelper(long profileId) {
super(getContext(), null, null, null);
super(getContext(), null, null);
mProfileId = profileId;
}