diff options
Diffstat (limited to 'tests/ephy-bookmarks-test.c')
-rw-r--r-- | tests/ephy-bookmarks-test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ephy-bookmarks-test.c b/tests/ephy-bookmarks-test.c index ca1f780fe..06be0e3de 100644 --- a/tests/ephy-bookmarks-test.c +++ b/tests/ephy-bookmarks-test.c @@ -23,8 +23,9 @@ #include "ephy-debug.h" #include "ephy-file-helpers.h" +#include "ephy-profile-utils.h" -const char* bookmarks_paths[] = { "ephy-bookmarks.xml", "bookmarks.rdf", NULL }; +const char* bookmarks_paths[] = { EPHY_BOOKMARKS_FILE, EPHY_BOOKMARKS_FILE_RDF, NULL }; static void clear_bookmark_files (void) |