Bug 1723050 - Part 27: Replace typedef by using in dom/simpledb/ r=dom-storage-reviewers,janv

Differential Revision: https://phabricator.services.mozilla.com/D121325
This commit is contained in:
Kagami Sascha Rosylight 2021-08-16 12:56:58 +00:00
Родитель e16e09b8e7
Коммит 84f5ccba11
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -36,9 +36,9 @@ class SDBRequest;
class SDBRequestParams;
class SDBConnection final : public nsISDBConnection {
typedef mozilla::dom::quota::PersistenceType PersistenceType;
typedef mozilla::ipc::PBackgroundChild PBackgroundChild;
typedef mozilla::ipc::PrincipalInfo PrincipalInfo;
using PersistenceType = mozilla::dom::quota::PersistenceType;
using PBackgroundChild = mozilla::ipc::PBackgroundChild;
using PrincipalInfo = mozilla::ipc::PrincipalInfo;
nsCOMPtr<nsISDBCloseCallback> mCloseCallback;