aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-23 15:37:13 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-24 08:57:55 +0200
commit357044ebbcffa57f763f1ff75f294af09f135d2e (patch)
treec9576e32f36d3beea83639e0aeac56f3b70d1482 /searchcore
parentf14dcbc41585d9134f70c48a5f636b5faf78472e (diff)
Cleanup namespace layout
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/idocumentsubdb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/idocumentsubdb.h b/searchcore/src/vespa/searchcore/proton/server/idocumentsubdb.h
index 98cd5c5d8fe..5fd480f6c03 100644
--- a/searchcore/src/vespa/searchcore/proton/server/idocumentsubdb.h
+++ b/searchcore/src/vespa/searchcore/proton/server/idocumentsubdb.h
@@ -8,8 +8,8 @@
#include <vespa/searchlib/util/searchable_stats.h>
-namespace search {
- namespace index { class Schema; }
+namespace search::index {
+ class Schema;
}
namespace document { class DocumentId; }
@@ -20,7 +20,7 @@ namespace searchcorespi {
}
namespace proton {
- namespace matching { class SessionManager; }
+namespace matching { class SessionManager; }
class DocumentDBConfig;
class DocumentSubDbInitializer;