Backed out changeset bbb39655cf71 (bug 1605934) for build bustage in widget/gtk/mozwayland/mozwayland.c

This commit is contained in:
Dorel Luca
2020-01-18 15:39:55 +02:00
parent 8cc3e9bf3f
commit 8cc61e1d4b
108 changed files with 469 additions and 237 deletions

View File

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