aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_disk_layout
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-09-15 11:32:16 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-09-15 11:33:09 +0000
commitaf3f5cd865a24507271c1525c61fc97119a1ce83 (patch)
treee20169f10c1a2c1ecd6e655e309f8d9db403c58a /searchcore/src/tests/proton/proton_disk_layout
parentf500f24745747137bad942c0c8c40db56be6c49e (diff)
Decouple code and reduce code visibility.
Diffstat (limited to 'searchcore/src/tests/proton/proton_disk_layout')
-rw-r--r--searchcore/src/tests/proton/proton_disk_layout/proton_disk_layout_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/proton_disk_layout/proton_disk_layout_test.cpp b/searchcore/src/tests/proton/proton_disk_layout/proton_disk_layout_test.cpp
index edb4250ce76..2df7c5d629d 100644
--- a/searchcore/src/tests/proton/proton_disk_layout/proton_disk_layout_test.cpp
+++ b/searchcore/src/tests/proton/proton_disk_layout/proton_disk_layout_test.cpp
@@ -11,7 +11,7 @@
#include <vespa/vespalib/util/stringfmt.h>
using search::index::DummyFileHeaderContext;
-using search::transactionlog::TransLogClient;
+using search::transactionlog::client::TransLogClient;
using search::transactionlog::TransLogServer;
using proton::DocTypeName;
using proton::ProtonDiskLayout;