Bug 1289549 P5 socialapi fix path in pocket bootstrap, r=florian

MozReview-Commit-ID: FexgbSAKYQg
This commit is contained in:
Shane Caraveo 2016-08-04 09:24:30 -07:00
parent 54468289b4
commit c619e50f6c

View File

@ -15,7 +15,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "RecentWindow",
XPCOMUtils.defineLazyModuleGetter(this, "CustomizableUI",
"resource:///modules/CustomizableUI.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "SocialService",
"resource://gre/modules/SocialService.jsm");
"resource:///modules/SocialService.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "AddonManager",
"resource://gre/modules/AddonManager.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "ReaderMode",