Backed out changeset 5d8e56deff5a (bug 1063304) for suspicion of causing cppunit test failures

This commit is contained in:
Carsten "Tomcat" Book
2014-09-17 13:13:51 +02:00
parent 453a9cda38
commit 5ea78a4aa5
9 changed files with 54 additions and 45 deletions

View File

@@ -130,7 +130,7 @@ using mozilla::system::nsVolumeService;
#include "mozilla/dom/mobileconnection/MobileConnectionIPCService.h"
using mozilla::dom::mobileconnection::MobileConnectionIPCService;
#ifdef MOZ_WIDGET_GONK
#include "nsIGonkMobileConnectionService.h"
#include "nsIMobileConnectionGonkService.h"
#endif
#endif
@@ -950,7 +950,7 @@ nsIMobileConnectionServiceConstructor(nsISupports *aOuter, REFNSIID aIID,
service = MobileConnectionIPCService::GetSingleton();
} else {
#ifdef MOZ_WIDGET_GONK
service = do_CreateInstance(GONK_MOBILECONNECTION_SERVICE_CONTRACTID);
service = do_CreateInstance(NS_MOBILECONNECTION_GONK_SERVICE_CONTRACTID);
#endif
}