From a4022c90f249704c041d43489693e7c620293a4b Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Tue, 18 Jul 2006 15:25:53 +0000 Subject: [PATCH] 315940 - NPOB, general cleanup + 317617 - polish for left bar entries (icons, localization) r=brettw Original committer: beng%bengoodger.com Original revision: 1.17 Original date: 2005/11/23 23:03:10 git-svn-id: svn://10.0.0.236/trunk@202491 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/components/places/src/nsNavHistory.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/toolkit/components/places/src/nsNavHistory.h b/mozilla/toolkit/components/places/src/nsNavHistory.h index 2287e89ca7d..c5d84968a97 100644 --- a/mozilla/toolkit/components/places/src/nsNavHistory.h +++ b/mozilla/toolkit/components/places/src/nsNavHistory.h @@ -47,6 +47,7 @@ #include "nsCOMArray.h" #include "nsCOMPtr.h" #include "nsDataHashtable.h" +#include "nsIAtom.h" #include "nsINavHistory.h" #include "nsIAutoCompleteSearch.h" #include "nsIAutoCompleteResult.h" @@ -427,6 +428,9 @@ public: static const PRInt32 kGetInfoIndex_VisitDate; static const PRInt32 kGetInfoIndex_RevHost; + static nsIAtom* sMenuRootAtom; + static nsIAtom* sToolbarRootAtom; + // Take a result returned from DBGetURLPageInfo and construct a // ResultNode. nsresult RowToResult(mozIStorageValueArray* aRow, PRBool aAsVisits,