summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-06-27 14:12:17 -0700
committernicolasroard <nicolasroard@google.com>2013-06-27 14:12:17 -0700
commit83b16cf2b02773370e00d3659e201efff20d788d (patch)
treea58ba635989113a074ecb63d87858aa61ab84f87 /src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
parent56a4e82931ea5eccfd4212c7a5cec0fa1d154aae (diff)
downloadandroid_packages_apps_Snap-83b16cf2b02773370e00d3659e201efff20d788d.tar.gz
android_packages_apps_Snap-83b16cf2b02773370e00d3659e201efff20d788d.tar.bz2
android_packages_apps_Snap-83b16cf2b02773370e00d3659e201efff20d788d.zip
Move history classes to their own package
Change-Id: Ib4f50c56b445788cad3b973673008d8a89244867
Diffstat (limited to 'src/com/android/gallery3d/filtershow/imageshow/MasterImage.java')
-rw-r--r--src/com/android/gallery3d/filtershow/imageshow/MasterImage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java b/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
index c0d4601bc..3dc8302df 100644
--- a/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
+++ b/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
@@ -22,8 +22,8 @@ import android.os.Message;
import android.util.Log;
import com.android.gallery3d.filtershow.FilterShowActivity;
-import com.android.gallery3d.filtershow.HistoryAdapter;
-import com.android.gallery3d.filtershow.HistoryItem;
+import com.android.gallery3d.filtershow.history.HistoryAdapter;
+import com.android.gallery3d.filtershow.history.HistoryItem;
import com.android.gallery3d.filtershow.cache.*;
import com.android.gallery3d.filtershow.filters.FilterRepresentation;
import com.android.gallery3d.filtershow.filters.ImageFilter;