mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
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:
parent
d0bdf18a0b
commit
2774c39fc7
@ -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) */
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user