diff --git a/embedding/android/SessionHistory.java b/embedding/android/SessionHistory.java index 65c7168c050..96e5900e09e 100644 --- a/embedding/android/SessionHistory.java +++ b/embedding/android/SessionHistory.java @@ -15,13 +15,11 @@ * The Original Code is Mozilla Android code. * * The Initial Developer of the Original Code is Mozilla Foundation. - * Portions created by the Initial Developer are Copyright (C) 2009-2010 + * Portions created by the Initial Developer are Copyright (C) 2009-2011 * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Vladimir Vukicevic - * Matt Brubeck - * Vivien Nicolas + * Brian Nicholson * Kartikaya Gupta * * Alternatively, the contents of this file may be used under the terms of @@ -42,7 +40,8 @@ package org.mozilla.gecko; import java.util.Stack; -import android.content.*; +import android.content.ContentValues; +import android.content.Intent; import android.database.sqlite.SQLiteDatabase; import android.os.AsyncTask; import android.util.Log;