Bug 1768189 - Part 18: Apply modernize-concat-nested-namespaces to dom/media/PrincipalChangeObserver.h ... r=media-playback-reviewers,bryce

Depends on D145751

Differential Revision: https://phabricator.services.mozilla.com/D145752
This commit is contained in:
Kagami Sascha Rosylight 2022-05-09 20:41:10 +00:00
Родитель 36c4c2abca
Коммит 921c9d66d0
25 изменённых файлов: 52 добавлений и 104 удалений

Просмотреть файл

@ -7,8 +7,7 @@
#ifndef MOZILLA_PRINCIPALCHANGEOBSERVER_H_
#define MOZILLA_PRINCIPALCHANGEOBSERVER_H_
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/**
* A PrincipalChangeObserver for any type, but originating from DOMMediaStream,
@ -23,7 +22,6 @@ class PrincipalChangeObserver {
virtual void PrincipalChanged(T* aArg) = 0;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* MOZILLA_PRINCIPALCHANGEOBSERVER_H_ */

Просмотреть файл

@ -16,11 +16,9 @@
#include "mozilla/TimeStamp.h"
#include "mozilla/IntegerPrintfMacros.h"
namespace mozilla {
namespace media {
namespace mozilla::media {
class TimeIntervals;
} // namespace media
} // namespace mozilla
} // namespace mozilla::media
// CopyChooser specialization for nsTArray
template <>
struct nsTArray_RelocationStrategy<mozilla::media::TimeIntervals> {

Просмотреть файл

@ -12,8 +12,7 @@
#include "nsDOMNavigationTiming.h"
#include "nsWrapperCache.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class VideoPlaybackQuality final : public nsWrapperCache {
public:
@ -44,7 +43,6 @@ class VideoPlaybackQuality final : public nsWrapperCache {
uint32_t mDroppedFrames;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_VideoPlaybackQuality_h_

Просмотреть файл

@ -9,8 +9,7 @@
#include "MediaTrack.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class VideoTrackList;
class VideoStreamTrack;
@ -57,7 +56,6 @@ class VideoTrack : public MediaTrack {
RefPtr<VideoStreamTrack> mVideoStreamTrack;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_VideoTrack_h

Просмотреть файл

@ -10,8 +10,7 @@
#include "MediaTrack.h"
#include "MediaTrackList.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class VideoTrack;
@ -47,7 +46,6 @@ class VideoTrackList : public MediaTrackList {
int32_t mSelectedIndex;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_VideoTrackList_h

Просмотреть файл

@ -11,8 +11,7 @@
class nsIPrincipal;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class HTMLMediaElement;
class AudioContext;
@ -63,7 +62,6 @@ class AutoplayPolicyTelemetryUtils {
const AudioContext& aContext);
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif

Просмотреть файл

@ -10,8 +10,7 @@
class nsGlobalWindowInner;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/**
* This class is used to provide an ability for GeckoView (GV) to allow its
@ -82,7 +81,6 @@ class GVAutoplayPermissionRequestor final {
GVAutoplayRequestType aType);
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif

Просмотреть файл

@ -11,8 +11,7 @@
#include "mozilla/Telemetry.h"
#include "EMEUtils.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/*
* This is pretty horrible; bug 1160445.
@ -100,7 +99,6 @@ class DetailedPromise : public Promise {
Optional<Telemetry::HistogramID> mFailureLatencyProbe;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // __DetailedPromise_h__

Просмотреть файл

@ -17,8 +17,7 @@
#include "nsStringFwd.h"
#include "nsTArray.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
struct MediaKeyNeededEventInit;
class MediaEncryptedEvent final : public Event {
@ -56,7 +55,6 @@ class MediaEncryptedEvent final : public Event {
nsTArray<uint8_t> mRawInitData;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_MediaKeyNeededEvent_h__

Просмотреть файл

@ -12,8 +12,7 @@
#include "mozilla/dom/Event.h"
#include "js/TypeDecls.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class MediaKeyError final : public Event {
public:
@ -29,7 +28,6 @@ class MediaKeyError final : public Event {
uint32_t mSystemCode;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif

Просмотреть файл

@ -12,8 +12,7 @@
#include "nsISupportsImpl.h"
#include "nsITimer.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class DetailedPromise;
class TestGMPVideoDecoder;
@ -225,7 +224,6 @@ class MediaKeySystemAccessManager final : public nsIObserver, public nsINamed {
mAppAllowsProtectedMediaPromiseRequest;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // DOM_MEDIA_MEDIAKEYSYSTEMACCESSMANAGER_H_

Просмотреть файл

@ -12,8 +12,7 @@
class nsGlobalWindowInner;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/**
* This class encapsulates a permission request to allow media key system
@ -70,7 +69,6 @@ class MediaKeySystemAccessPermissionRequest
MozPromiseHolder<RequestPromise> mPromiseHolder;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // DOM_MEDIA_EME_MEDIAKEYSYSTEMACCESSPERMISSIONREQUEST_H_

Просмотреть файл

@ -14,8 +14,7 @@
# include "opmapi.h"
#endif
namespace mozilla {
namespace cdmtest {
namespace mozilla::cdmtest {
#if defined(XP_WIN)
typedef HRESULT(STDAPICALLTYPE* OPMGetVideoOutputsFromHMONITORProc)(
@ -124,5 +123,4 @@ static void TestOuputProtectionAPIs() {
FakeDecryptor::Message("OP tests completed");
}
} // namespace cdmtest
} // namespace mozilla
} // namespace mozilla::cdmtest

Просмотреть файл

@ -11,8 +11,7 @@
#include "SimpleMap.h"
#include "WidevineVideoFrame.h"
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPContentChild;
@ -141,7 +140,6 @@ class ChromiumCDMChild : public PChromiumCDMChild, public cdm::Host_10 {
MozPromiseHolder<InitPromise> mInitPromise;
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // ChromiumCDMChild_h_

Просмотреть файл

@ -13,8 +13,7 @@
# include "mozilla/SandboxTestingChild.h"
#endif
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPChild;
@ -62,7 +61,6 @@ class GMPContentChild : public PGMPContentChild, public GMPSharedMem {
~GMPContentChild() = default;
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMPContentChild_h_

Просмотреть файл

@ -10,8 +10,7 @@
#include "GMPSharedMemManager.h"
#include "nsISupportsImpl.h"
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPParent;
class GMPVideoDecoderParent;
@ -86,7 +85,6 @@ class GMPContentParent final : public PGMPContentParent, public GMPSharedMem {
uint32_t mCloseBlockerCount = 0;
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMPParent_h_

Просмотреть файл

@ -17,8 +17,7 @@
# include "mozilla/Sandbox.h"
#endif
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class SandboxStarter {
public:
@ -76,7 +75,6 @@ class GMPLoader {
UniquePtr<GMPAdapter> mAdapter;
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMP_LOADER_H__

Просмотреть файл

@ -22,8 +22,7 @@
#include "nsIFile.h"
#include "mozilla/MozPromise.h"
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPCapability {
public:
@ -243,7 +242,6 @@ class GMPParent final
const nsCOMPtr<nsISerialEventTarget> mMainThread;
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMPParent_h_

Просмотреть файл

@ -9,14 +9,11 @@
#include "gmp-platform.h"
#include <functional>
namespace mozilla {
namespace ipc {
namespace mozilla::ipc {
class ByteBuf;
} // namespace ipc
} // namespace mozilla
} // namespace mozilla::ipc
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPChild;
@ -30,7 +27,6 @@ GMPErr SetTimerOnMainThread(GMPTask* aTask, int64_t aTimeoutMS);
void SendFOGData(ipc::ByteBuf&& buf);
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMPPlatform_h_

Просмотреть файл

@ -9,8 +9,7 @@
#include "mozilla/ipc/ProcessChild.h"
#include "GMPChild.h"
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPLoader;
@ -30,7 +29,6 @@ class GMPProcessChild final : public mozilla::ipc::ProcessChild {
DISALLOW_COPY_AND_ASSIGN(GMPProcessChild);
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMPProcessChild_h_

Просмотреть файл

@ -16,8 +16,7 @@
class nsIRunnable;
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPProcessParent final : public mozilla::ipc::GeckoChildProcessHost {
public:
@ -106,7 +105,6 @@ class GMPProcessParent final : public mozilla::ipc::GeckoChildProcessHost {
DISALLOW_COPY_AND_ASSIGN(GMPProcessParent);
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // ifndef GMPProcessParent_h

Просмотреть файл

@ -15,8 +15,7 @@
#include "nsIAsyncShutdown.h"
#include "nsRefPtrHashtable.h"
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPContentParent;
class GMPServiceChild;
@ -159,7 +158,6 @@ class GMPServiceChild : public PGMPServiceChild {
nsRefPtrHashtable<nsUint64HashKey, GMPContentParent> mContentParents;
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMPServiceChild_h_

Просмотреть файл

@ -9,8 +9,7 @@
#include "mozilla/ipc/Shmem.h"
#include "nsTArray.h"
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPSharedMemManager;
@ -78,7 +77,6 @@ class GMPSharedMemManager {
GMPSharedMem* mData;
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMPSharedMemManager_h_

Просмотреть файл

@ -12,8 +12,7 @@
#include "nsString.h"
#include "nsTArray.h"
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPStorage {
public:
@ -35,7 +34,6 @@ already_AddRefed<GMPStorage> CreateGMPMemoryStorage();
already_AddRefed<GMPStorage> CreateGMPDiskStorage(const nsCString& aNodeId,
const nsString& aGMPName);
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif

Просмотреть файл

@ -14,8 +14,7 @@
#include <queue>
namespace mozilla {
namespace gmp {
namespace mozilla::gmp {
class GMPChild;
class GMPStorageChild;
@ -90,7 +89,6 @@ class GMPStorageChild : public PGMPStorageChild {
bool mShutdown;
};
} // namespace gmp
} // namespace mozilla
} // namespace mozilla::gmp
#endif // GMPStorageChild_h_