build fix
am: bc543af01c
* commit 'bc543af01c2b37aba61e6979ae3424e5eca72e2b':
build fix
Change-Id: I368cde2781ed4259828d8ee6b7d33e13caec8e2c
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user