commit | bc543af01c2b37aba61e6979ae3424e5eca72e2b | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Tue May 10 16:28:26 2016 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Tue May 10 16:28:32 2016 -0700 |
tree | e8f09b2c08f2ed6a6215eba53439eecbec699356 | |
parent | c190dbfb784c0bca629b6966ce314d735cf98db3 [diff] |
build fix Change-Id: Ib31b7b4efa96897e7ea04412a9deae14a432b6c0
diff --git a/tests/src/com/android/launcher3/LauncherBackupAgentTest.java b/tests/src/com/android/launcher3/LauncherBackupAgentTest.java index 798f0c2..020a557 100644 --- a/tests/src/com/android/launcher3/LauncherBackupAgentTest.java +++ b/tests/src/com/android/launcher3/LauncherBackupAgentTest.java
@@ -60,7 +60,7 @@ private final long mProfileId; public MyDatabaseHelper(long profileId) { - super(getContext(), null, null, null); + super(getContext(), null, null); mProfileId = profileId; }