Bug 481112 - Remove nsIPref from system-pref. r=roc

This commit is contained in:
Makoto Kato 2009-03-08 12:17:41 +09:00
Родитель 932634c33a
Коммит cd3f68d74d
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -44,7 +44,8 @@
#include "plstr.h"
#include "nsCOMPtr.h"
#include "nsIPref.h"
#include "nsIPrefBranch.h"
#include "nsIPrefService.h"
#include "nsIServiceManager.h"
#include "nsIObserver.h"
#include "nsWeakReference.h"
@ -624,7 +625,8 @@ GConfProxy::Init()
if (mInitialized)
return PR_TRUE;
nsCOMPtr<nsIPref> pref = do_GetService(NS_PREF_CONTRACTID);
nsCOMPtr<nsIPrefBranch> pref = do_GetService(NS_PREFSERVICE_CONTRACTID);
if (!pref)
return PR_FALSE;