Bug 1904562 - Move OriginDirectoryLock to separate files and make it inherit from DirectoryLockImpl; r=dom-storage-reviewers,asuth

Differential Revision: https://phabricator.services.mozilla.com/D214848
This commit is contained in:
Jan Varga
2024-10-21 09:31:22 +00:00
parent bb854e20b6
commit 1437944aee
8 changed files with 112 additions and 28 deletions

View File

@@ -28,6 +28,7 @@
#include "mozilla/dom/quota/Constants.h"
#include "mozilla/dom/quota/DirectoryLock.h"
#include "mozilla/dom/quota/DirectoryLockInlines.h"
#include "mozilla/dom/quota/OriginDirectoryLock.h"
#include "mozilla/dom/quota/PersistenceType.h"
#include "mozilla/dom/quota/PrincipalUtils.h"
#include "mozilla/dom/quota/PQuota.h"