Commit 39302750 authored by Sky Malice's avatar Sky Malice Committed by Commit Bot

[Touchless] Fix CategoryCardViewHolderFactory compile.

Bug: 977713
Change-Id: I7735da146baf9661bc3a750109bd489d4856945e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693553Reviewed-by: default avatarCathy Li <chili@chromium.org>
Commit-Queue: Sky Malice <skym@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675882}
parent 1370a3c2
......@@ -17,7 +17,7 @@ public class CategoryCardViewHolderFactory implements RecyclerViewAdapter.ViewHo
CategoryCardViewHolderFactory.CategoryCardViewHolder> {
private int mTileViewResource;
CategoryCardViewHolderFactory() {
public CategoryCardViewHolderFactory() {
final int exploreSitesDenseVariation = ExploreSitesBridge.getDenseVariation();
// Set the tile view to use based on the condensed variation.
if (ExploreSitesBridge.isDense(exploreSitesDenseVariation)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment