summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/inc/dp_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/inc/dp_backend.h')
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index 41029950af4b..d464da4a81a1 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -32,9 +32,7 @@
#include <unordered_map>
#include <strings.hrc>
-namespace dp_registry
-{
-namespace backend
+namespace dp_registry::backend
{
class PackageRegistryBackend;
@@ -284,7 +282,7 @@ public:
};
}
-}
+
#endif