Update signature when calling CategoryManager.get.

Bug: 31781480
Test: compiles
Change-Id: Iee715aca3767a67728527ba9390787d3f8a7e5fe
This commit is contained in:
Fan Zhang
2016-10-04 15:18:02 -07:00
parent 27991718e5
commit 1fb1526af7

View File

@@ -39,7 +39,7 @@ public class DashboardFeatureProviderImpl implements DashboardFeatureProvider {
public DashboardFeatureProviderImpl(Context context) {
mContext = context;
mCategoryManager = CategoryManager.get();
mCategoryManager = CategoryManager.get(context);
}
@Override