diff options
author | Bobby Georgescu <georgescu@google.com> | 2012-09-09 22:35:21 -0700 |
---|---|---|
committer | Bobby Georgescu <georgescu@google.com> | 2012-09-09 22:36:52 -0700 |
commit | 22700f63e0098b2be1a2b13a2920ba56e0952730 (patch) | |
tree | fd17745ce2174a8723a15b236e5e16396a2e3b95 /src/com | |
parent | 6e3cdcf8604dd202b9de08e0942d40d8cbbd26f5 (diff) | |
download | android_packages_apps_Snap-22700f63e0098b2be1a2b13a2920ba56e0952730.tar.gz android_packages_apps_Snap-22700f63e0098b2be1a2b13a2920ba56e0952730.tar.bz2 android_packages_apps_Snap-22700f63e0098b2be1a2b13a2920ba56e0952730.zip |
Fix import statement breaking build
Change-Id: I0d2acb3ece6ed2aea04033f911a69b266b6cc7de
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/android/gallery3d/app/PhotoPage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/app/PhotoPage.java b/src/com/android/gallery3d/app/PhotoPage.java index 7dce9179b..df149b201 100644 --- a/src/com/android/gallery3d/app/PhotoPage.java +++ b/src/com/android/gallery3d/app/PhotoPage.java @@ -37,7 +37,6 @@ import com.actionbarsherlock.view.MenuItem; import com.android.gallery3d.R; import com.android.gallery3d.anim.FloatAnimation; import com.android.gallery3d.common.ApiHelper; -import com.android.gallery3d.common.LightCycleHelper; import com.android.gallery3d.common.Utils; import com.android.gallery3d.data.DataManager; import com.android.gallery3d.data.FilterDeleteSet; @@ -71,6 +70,7 @@ import com.android.gallery3d.ui.RawTexture; import com.android.gallery3d.ui.SelectionManager; import com.android.gallery3d.ui.SynchronizedHandler; import com.android.gallery3d.util.GalleryUtils; +import com.android.gallery3d.util.LightCycleHelper; import com.android.gallery3d.util.MediaSetUtils; public class PhotoPage extends ActivityState implements |