diff --git a/profile/pref-migrator/public/nsIPrefMigration.h b/profile/pref-migrator/public/nsIPrefMigration.h index 6e7e1563e66c..9d502a3cfc93 100644 --- a/profile/pref-migrator/public/nsIPrefMigration.h +++ b/profile/pref-migrator/public/nsIPrefMigration.h @@ -31,7 +31,7 @@ class nsIPrefMigration : public nsISupports //NS_IMETHOD Startup() = 0; //NS_IMETHOD Shutdown()= 0; - NS_IMETHOD ProcessPrefs(char*, char*)=0; + NS_IMETHOD ProcessPrefs(char*, char*, nsresult*)=0; };