Bug 843452 - Part 4-4: PhoneNumberUtils changes for MobileConnection ipdl. r=gwagner

This commit is contained in:
Edgar Chen 2014-07-02 18:10:30 +08:00
parent b9501c406a
commit b0f72f229d

View File

@ -21,8 +21,8 @@ XPCOMUtils.defineLazyModuleGetter(this, "MCC_ISO3166_TABLE",
#ifdef MOZ_B2G_RIL
XPCOMUtils.defineLazyServiceGetter(this, "mobileConnection",
"@mozilla.org/ril/content-helper;1",
"nsIMobileConnectionProvider");
"@mozilla.org/mobileconnection/mobileconnectionservice;1",
"nsIMobileConnectionService");
XPCOMUtils.defineLazyServiceGetter(this, "icc",
"@mozilla.org/ril/content-helper;1",
"nsIIccProvider");