Bug 1256427 - Move to LruCache in framework from support lib. r=sebastian

MozReview-Commit-ID: HImxvIVjIhw

--HG--
extra : rebase_source : 14baf6951f4cb195edc6b5c99ffa3065eb6c9d1a
This commit is contained in:
Michael Comella 2016-03-23 10:29:25 -07:00
parent 38000e6009
commit ed5862c693
2 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ import android.content.ContentResolver;
import android.content.ContentValues;
import android.database.Cursor;
import android.net.Uri;
import android.support.v4.util.LruCache;
import android.util.Log;
import android.util.LruCache;
// Holds metadata info about URLs. Supports some helper functions for getting back a HashMap of key value data.
public class LocalURLMetadata implements URLMetadata {

View File

@ -5,7 +5,7 @@
package org.mozilla.gecko.util;
import android.support.v4.util.LruCache;
import android.util.LruCache;
import java.util.concurrent.ConcurrentHashMap;