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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/llcache.c') 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 */ -- cgit v1.2.3