From 68078d7ea7bfe19320404b98cbdfc8f4585d6824 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 22 Jul 2013 10:21:37 +0100 Subject: Fix up for cookies_old rename. --- test/llcache.c | 6 +++--- test/urldbtest.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/llcache.c b/test/llcache.c index de823047c..b3eb0d25a 100644 --- a/test/llcache.c +++ b/test/llcache.c @@ -105,11 +105,11 @@ char *url_to_path(const char *url) * Things that are absolutely not reasonable, and should disappear * ******************************************************************************/ -#include "desktop/cookies.h" +#include "desktop/cookies_old.h" #include "desktop/gui.h" #include "desktop/tree.h" -/* desktop/cookies.h -- used by urldb +/* desktop/cookies_old.h -- used by urldb * * URLdb should have a cookies update event + handler registration */ @@ -118,7 +118,7 @@ bool cookies_schedule_update(const struct cookie_data *data) return true; } -/* desktop/cookies.h -- used by urldb +/* desktop/cookies_old.h -- used by urldb * * URLdb should have a cookies removal handler registration */ diff --git a/test/urldbtest.c b/test/urldbtest.c index bc9d899a1..7c72ed7d1 100644 --- a/test/urldbtest.c +++ b/test/urldbtest.c @@ -32,7 +32,7 @@ #include "image/bitmap.h" #include "content/content.h" #include "content/urldb.h" -#include "desktop/cookies.h" +#include "desktop/cookies_old.h" #include "utils/nsoption.h" #ifdef riscos /** \todo lose this */ -- cgit v1.2.3