Bug 975774 - Part 4: clean up imports in Allocator. r=trivial

This commit is contained in:
Richard Newman 2014-02-22 19:52:55 -08:00
Родитель d3556682ca
Коммит 330674a17c
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -5,16 +5,12 @@
package org.mozilla.gecko.webapp;
import java.util.ArrayList;
import org.mozilla.gecko.GeckoAppShell;
import org.mozilla.gecko.util.ThreadUtils;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import java.util.ArrayList;
import android.util.Log;
public class Allocator {