commit | 90ef577763f3ccb2d43fda1d21c62533acbbecdb | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Wed May 28 12:16:35 2014 -0700 |
committer | Yorke Lee <yorkelee@google.com> | Wed May 28 18:13:23 2014 -0700 |
tree | 77f0aef6ec3f59c0e1eec6f4d8fc98bec026d903 | |
parent | 6ab875bd3eb5503950a01ce5f290ad3948e7d13a [diff] [blame] |
Fix broken contacts tests Change-Id: I0edda45234edb7fe4e322138ad48af426133634f
diff --git a/src/com/android/contacts/ContactsActivity.java b/src/com/android/contacts/ContactsActivity.java index b94a237..82d1f98 100644 --- a/src/com/android/contacts/ContactsActivity.java +++ b/src/com/android/contacts/ContactsActivity.java
@@ -26,7 +26,7 @@ import android.view.View; import com.android.contacts.common.activity.TransactionSafeActivity; -import com.android.contacts.common.test.InjectedServices; +import com.android.contacts.common.testing.InjectedServices; /** * A common superclass for Contacts activities that handles application-wide services.