Bug 1605934 - Use nested namespaces r=sg

Done with:
./mach static-analysis check --checks="-*, modernize-concat-nested-namespaces" --fix .
and then clang-format on the files

Differential Revision: https://phabricator.services.mozilla.com/D58217
This commit is contained in:
Sylvestre Ledru
2020-01-18 13:48:34 +00:00
parent 8cc61e1d4b
commit 3a389404c5
107 changed files with 223 additions and 455 deletions

View File

@@ -101,8 +101,7 @@ extern mozilla::LazyLogModule gUrlClassifierDbServiceLog;
#define LOG_ENABLED() \
MOZ_LOG_TEST(gUrlClassifierDbServiceLog, mozilla::LogLevel::Debug)
namespace mozilla {
namespace safebrowsing {
namespace mozilla::safebrowsing {
const uint32_t STORE_MAGIC = 0x1231af3b;
const uint32_t CURRENT_VERSION = 4;
@@ -1178,5 +1177,4 @@ ChunkSet& HashStore::SubChunks() {
return mSubChunks;
}
} // namespace safebrowsing
} // namespace mozilla
} // namespace mozilla::safebrowsing