Fixes tinderbox redness on the mac. r=dveditz

git-svn-id: svn://10.0.0.236/trunk@89628 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com 2001-03-14 06:58:50 +00:00
parent 68a8ed2f74
commit 921505b325
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,8 @@
* Darin Fisher <darin@netscape.com> (original author)
*/
#ifdef MOZ_NEW_CACHE
#include "nsAboutCacheEntry.h"
#include "nsICacheService.h"
#include "nsICacheEntryDescriptor.h"
@ -445,3 +447,5 @@ nsAboutCacheEntry::ParseURI(nsCString &clientID, nsCString &key)
key.Assign(Substring(c, end));
return NS_OK;
}
#endif // MOZ_NEW_CACHE

View File

@ -24,6 +24,8 @@
#ifndef nsAboutCacheEntry_h__
#define nsAboutCacheEntry_h__
#ifdef MOZ_NEW_CACHE
#include "nsIAboutModule.h"
#include "nsIChannel.h"
#include "nsICacheListener.h"
@ -68,4 +70,6 @@ private:
{0x9e, 0x50, 0xca, 0x01, 0x66, 0xe6, 0x37, 0x88} \
}
#endif // MOZ_NEW_CACHE
#endif // nsAboutCacheEntry_h__