Bug 703279 - Follow up to add missing include. r=kats

This commit is contained in:
Wes Johnston 2012-07-18 18:09:53 -07:00
parent 2c2a76e38e
commit 155595dc39

View File

@ -35,6 +35,7 @@ import android.widget.ArrayAdapter;
import android.widget.ListView;
import org.json.JSONArray;
import org.json.JSONObject;
import org.mozilla.gecko.gfx.LayerController;
public class PromptService implements OnClickListener, OnCancelListener, OnItemClickListener, GeckoEventResponder {
private static final String LOGTAG = "GeckoPromptService";