build fix

am: bc543af01c

* commit 'bc543af01c2b37aba61e6979ae3424e5eca72e2b':
  build fix

Change-Id: I368cde2781ed4259828d8ee6b7d33e13caec8e2c
This commit is contained in:
Sunny Goyal
2016-05-10 23:34:38 +00:00
committed by android-build-merger
@@ -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;
}