Bug 1428042 - Remove reference to the removed file DownloadImport.jsm. r=florian

MozReview-Commit-ID: 69IJeyJvsRX

--HG--
extra : rebase_source : a89140271900e71376c2d77531fa0c02ce4c4176
This commit is contained in:
Paolo Amadini 2018-01-08 13:55:25 +00:00
parent 0ba7955fab
commit 47ff9e1a9b

View File

@ -28,8 +28,6 @@ XPCOMUtils.defineLazyModuleGetter(this, "Downloads",
"resource://gre/modules/Downloads.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "DownloadStore",
"resource://gre/modules/DownloadStore.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "DownloadImport",
"resource://gre/modules/DownloadImport.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "DownloadUIHelper",
"resource://gre/modules/DownloadUIHelper.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "FileUtils",