OSDN Git Service

build fix
authorSunny Goyal <sunnygoyal@google.com>
Tue, 10 May 2016 23:28:26 +0000 (16:28 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Tue, 10 May 2016 23:28:32 +0000 (16:28 -0700)
Change-Id: Ib31b7b4efa96897e7ea04412a9deae14a432b6c0

tests/src/com/android/launcher3/LauncherBackupAgentTest.java

index 798f0c2..020a557 100644 (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;
         }