From 9779f967ebb9512e5b19090b071572c9c4f0f2a6 Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Mon, 27 Mar 2017 12:31:48 -0700 Subject: Update AOSP Dialer source from internal google3 repository at cl/151342913. Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/151128062 (3/24/2017) to cl/151342913 (3/27/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: I8d4855628b62e9067e71f32ed40317617a1e3b02 --- java/com/android/dialer/callcomposer/camera/ImagePersistTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/com/android/dialer/callcomposer/camera') diff --git a/java/com/android/dialer/callcomposer/camera/ImagePersistTask.java b/java/com/android/dialer/callcomposer/camera/ImagePersistTask.java index a23014bf0..80921cdd8 100644 --- a/java/com/android/dialer/callcomposer/camera/ImagePersistTask.java +++ b/java/com/android/dialer/callcomposer/camera/ImagePersistTask.java @@ -29,7 +29,7 @@ import com.android.dialer.callcomposer.camera.exif.ExifInterface; import com.android.dialer.callcomposer.camera.exif.ExifTag; import com.android.dialer.callcomposer.util.CopyAndResizeImageTask; import com.android.dialer.common.Assert; -import com.android.dialer.common.FallibleAsyncTask; +import com.android.dialer.common.concurrent.FallibleAsyncTask; import com.android.dialer.constants.Constants; import com.android.dialer.util.DialerUtils; import java.io.File; -- cgit v1.2.3