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
This commit is contained in:
benjamin%smedbergs.us
2006-07-18 15:25:53 +00:00
parent 2fe8aa6052
commit a4022c90f2

View File

@@ -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,