Bug 1768189 - Part 26: Apply modernize-concat-nested-namespaces to dom/reporting/ReportingHeader.cpp ... r=andi

Depends on D145759

Differential Revision: https://phabricator.services.mozilla.com/D145760
This commit is contained in:
Kagami Sascha Rosylight
2022-05-09 20:41:13 +00:00
parent dba362592b
commit a06c15bc6e
25 changed files with 50 additions and 100 deletions

View File

@@ -39,8 +39,7 @@
#include "nsString.h"
#include "nsTArray.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
#undef LOG
#define LOG(args) \
@@ -428,5 +427,4 @@ ScriptLoadHandler::OnStreamComplete(nsIIncrementalStreamLoader* aLoader,
#undef LOG_ENABLED
#undef LOG
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom