diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-02-27 23:20:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-02-27 23:20:36 +0000 |
| commit | 79eb6bd9693a0042943d66648f0d8768cb15dfb6 (patch) | |
| tree | 8d3056e45514b451c94898c3731ccb700f43e5a4 /java/com/android/contacts/common/ContactsUtils.java | |
| parent | ffdd9c7513dfe72e02722889baaaab241d244d8c (diff) | |
| parent | c3d3c3dfbcf96f6db92b747463ac84ee244a0c85 (diff) | |
Merge "Move DirectoryCompat from "contacts/common" to "dialer/common/cp2"."
Diffstat (limited to 'java/com/android/contacts/common/ContactsUtils.java')
| -rw-r--r-- | java/com/android/contacts/common/ContactsUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/contacts/common/ContactsUtils.java b/java/com/android/contacts/common/ContactsUtils.java index bc0e42300..bca8b62e0 100644 --- a/java/com/android/contacts/common/ContactsUtils.java +++ b/java/com/android/contacts/common/ContactsUtils.java @@ -18,7 +18,7 @@ package com.android.contacts.common; import android.provider.ContactsContract.Contacts; import android.support.annotation.IntDef; -import com.android.contacts.common.compat.DirectoryCompat; +import com.android.dialer.common.cp2.DirectoryCompat; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; |
