summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors/EditorPanel.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/editors/EditorPanel.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/editors/EditorPanel.java')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/EditorPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/EditorPanel.java b/src/com/android/gallery3d/filtershow/editors/EditorPanel.java
index d06f30fe8..82e8aa220 100644
--- a/src/com/android/gallery3d/filtershow/editors/EditorPanel.java
+++ b/src/com/android/gallery3d/filtershow/editors/EditorPanel.java
@@ -28,7 +28,7 @@ import android.widget.ImageButton;
import android.widget.LinearLayout;
import com.android.gallery3d.R;
import com.android.gallery3d.filtershow.FilterShowActivity;
-import com.android.gallery3d.filtershow.HistoryAdapter;
+import com.android.gallery3d.filtershow.history.HistoryAdapter;
import com.android.gallery3d.filtershow.category.MainPanel;
import com.android.gallery3d.filtershow.imageshow.MasterImage;
import com.android.gallery3d.filtershow.state.StatePanel;