summaryrefslogtreecommitdiff
path: root/jni/RedactionInfoTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jni/RedactionInfoTest.cpp')
-rw-r--r--jni/RedactionInfoTest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/jni/RedactionInfoTest.cpp b/jni/RedactionInfoTest.cpp
index 76eec130a..3a7bd27ff 100644
--- a/jni/RedactionInfoTest.cpp
+++ b/jni/RedactionInfoTest.cpp
@@ -24,9 +24,8 @@
#include "libfuse_jni/RedactionInfo.h"
-using namespace mediaprovider::fuse;
+namespace mediaprovider::fuse {
-using std::unique_ptr;
using std::vector;
std::ostream& operator<<(std::ostream& os, const ReadRange& rr) {
@@ -381,3 +380,5 @@ TEST(RedactionInfoTest, testSingleRedactionRangesZeroSize) {
info.getReadRanges(0, 40, &out); // read offsets [0, 40)
EXPECT_EQ(0, out.size());
}
+
+} // namespace mediaprovider::fuse