Bug 952307 - Move some addon-private JSM's to a subdirectory. r=Unfocused

This commit is contained in:
Alexander J. Vincent
2014-01-07 20:14:08 -08:00
parent 91a2835fdc
commit 124eff5db7
40 changed files with 79 additions and 61 deletions

View File

@@ -13,7 +13,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "AddonManager",
"resource://gre/modules/AddonManager.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "AddonRepository",
"resource://gre/modules/AddonRepository.jsm");
"resource://gre/modules/addons/AddonRepository.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "OS", "resource://gre/modules/osfile.jsm");