summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex/datastore/feature_store_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/memoryindex/datastore/feature_store_test.cpp')
-rw-r--r--searchlib/src/tests/memoryindex/datastore/feature_store_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/memoryindex/datastore/feature_store_test.cpp b/searchlib/src/tests/memoryindex/datastore/feature_store_test.cpp
index c6368bee6eb..1eb9890cf2e 100644
--- a/searchlib/src/tests/memoryindex/datastore/feature_store_test.cpp
+++ b/searchlib/src/tests/memoryindex/datastore/feature_store_test.cpp
@@ -6,8 +6,8 @@
#include <vespa/log/log.h>
LOG_SETUP("feature_store_test");
-using namespace search::btree;
-using namespace search::datastore;
+using namespace vespalib::btree;
+using namespace vespalib::datastore;
using namespace search::index;
using search::index::schema::CollectionType;