diff --git a/xpfe/appshell/src/nsAppShellFactory.cpp b/xpfe/appshell/src/nsAppShellFactory.cpp index 0171b25855d1..06046f5ba455 100644 --- a/xpfe/appshell/src/nsAppShellFactory.cpp +++ b/xpfe/appshell/src/nsAppShellFactory.cpp @@ -18,7 +18,11 @@ */ #include "nsIFactory.h" #include "nscore.h" -#include "nsIAppShellService.h" +#include "nsAppShellCIDs.h" + +/* extern the factory entry points... */ +nsresult NS_NewAppShellServiceFactory(nsIFactory** aFactory); + static NS_DEFINE_IID(kAppShellServiceCID, NS_APPSHELL_SERVICE_CID);