summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-12-02 12:49:25 -0800
committerYorke Lee <yorkelee@google.com>2013-12-02 12:49:25 -0800
commit7dfb24822010e130fa31612e5a488cbc4e9a798d (patch)
tree5edd9c463f4c51a77b2daba552b4f0a62da8a1ed /src/com/android
parent63c73552e6ace4dda84d05c28a948ec1a511b148 (diff)
downloadandroid_packages_apps_ContactsCommon-7dfb24822010e130fa31612e5a488cbc4e9a798d.tar.gz
android_packages_apps_ContactsCommon-7dfb24822010e130fa31612e5a488cbc4e9a798d.tar.bz2
android_packages_apps_ContactsCommon-7dfb24822010e130fa31612e5a488cbc4e9a798d.zip
Fix more libphonenumber dependencies
Bug: 6948882 Change-Id: I6b48e06f6cd6ed5434ee712926f5a3e8c43f2d68
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/contacts/common/MoreContactUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/contacts/common/MoreContactUtils.java b/src/com/android/contacts/common/MoreContactUtils.java
index 85462287..5a834671 100644
--- a/src/com/android/contacts/common/MoreContactUtils.java
+++ b/src/com/android/contacts/common/MoreContactUtils.java
@@ -16,8 +16,8 @@
package com.android.contacts.common;
-import com.android.i18n.phonenumbers.NumberParseException;
-import com.android.i18n.phonenumbers.PhoneNumberUtil;
+import com.google.i18n.phonenumbers.NumberParseException;
+import com.google.i18n.phonenumbers.PhoneNumberUtil;
import android.content.Context;
import android.content.Intent;