summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/browser/tests/BP2ProviderTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/browser/tests/BP2ProviderTests.java')
-rw-r--r--tests/src/com/android/browser/tests/BP2ProviderTests.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/src/com/android/browser/tests/BP2ProviderTests.java b/tests/src/com/android/browser/tests/BP2ProviderTests.java
index fa1b9ef0..c05a9537 100644
--- a/tests/src/com/android/browser/tests/BP2ProviderTests.java
+++ b/tests/src/com/android/browser/tests/BP2ProviderTests.java
@@ -14,9 +14,9 @@
* limitations under the License.
*/
-package com.android.browser.tests;
+package com.android.swe.browser.tests;
-import com.android.browser.tests.utils.BP2TestCaseHelper;
+import com.android.swe.browser.tests.utils.BP2TestCaseHelper;
import android.content.ContentUris;
import android.content.ContentValues;
@@ -24,10 +24,11 @@ import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.net.Uri;
-import android.provider.BrowserContract;
-import android.provider.BrowserContract.Images;
import android.test.suitebuilder.annotation.SmallTest;
+import com.android.swe.browser.platformsupport.BrowserContract;
+import com.android.swe.browser.platformsupport.BrowserContract.Images;
+
import java.io.ByteArrayOutputStream;
@SmallTest