aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-11-29 15:19:59 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-12-03 08:20:54 +0000
commit06fc5a871482470cebf6315dc47342b0cbc06900 (patch)
tree8da5f603dac1b64070bd0ff3850b9a8448fa4091 /searchsummary/src/tests
parent610dcc8a32847c0b017e55319f2c5977004c198f (diff)
Rename urlresult* -> general_result* to match class name.
Diffstat (limited to 'searchsummary/src/tests')
-rw-r--r--searchsummary/src/tests/docsumformat/docsum-pack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchsummary/src/tests/docsumformat/docsum-pack.cpp b/searchsummary/src/tests/docsumformat/docsum-pack.cpp
index 18b38db3fa1..c88513920ca 100644
--- a/searchsummary/src/tests/docsumformat/docsum-pack.cpp
+++ b/searchsummary/src/tests/docsumformat/docsum-pack.cpp
@@ -1,7 +1,7 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/searchlib/util/rawbuf.h>
-#include <vespa/searchsummary/docsummary/urlresult.h>
+#include <vespa/searchsummary/docsummary/general_result.h>
#include <vespa/searchsummary/docsummary/resultconfig.h>
#include <vespa/searchsummary/docsummary/resultpacker.h>
#include <vespa/fastos/app.h>