Bug 1768189 - Part 47: Apply modernize-concat-nested-namespaces to layout/style/MediaQueryList.h ... r=andi

Depends on D145782

Differential Revision: https://phabricator.services.mozilla.com/D145783
This commit is contained in:
Kagami Sascha Rosylight 2022-05-09 20:41:21 +00:00
parent d0bdf18a0b
commit 2774c39fc7
4 changed files with 8 additions and 16 deletions

View File

@ -19,8 +19,7 @@
#include "mozilla/DOMEventTargetHelper.h"
#include "mozilla/dom/MediaQueryListBinding.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class MediaList;
@ -97,7 +96,6 @@ class MediaQueryList final : public DOMEventTargetHelper,
bool mMatchesValid;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* !defined(mozilla_dom_MediaQueryList_h) */

View File

@ -16,8 +16,7 @@
class nsITimer;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class ContentSessionStore {
public:
@ -110,7 +109,6 @@ class TabListener : public nsIDOMEventListener,
uint32_t mEpoch;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_SessionStoreListener_h

View File

@ -12,8 +12,7 @@
#include "mozilla/dom/SessionStoreData.h"
#include "nsISessionStoreRestoreData.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
#define NS_SESSIONSTORERESTOREDATA_IID \
{ \
@ -56,7 +55,6 @@ class SessionStoreRestoreData final : public nsISessionStoreRestoreData {
NS_DEFINE_STATIC_IID_ACCESSOR(SessionStoreRestoreData,
NS_SESSIONSTORERESTOREDATA_IID)
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif

View File

@ -13,8 +13,7 @@
class nsIDivertableChannel;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class BrowserChild;
@ -40,7 +39,6 @@ class ExternalHelperAppChild : public PExternalHelperAppChild,
nsresult mStatus;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_ExternalHelperAppChild_h