chromium/chrome/browser/web_applications/locks/app_lock.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/web_applications/locks/app_lock.h"

#include "chrome/browser/web_applications/locks/lock.h"
#include "chrome/browser/web_applications/locks/partitioned_lock_manager.h"

namespace web_app {

AppLockDescription::AppLockDescription(const webapps::AppId& app_id)
    :{}
AppLockDescription::AppLockDescription(base::flat_set<webapps::AppId> app_ids)
    :{}
AppLockDescription::AppLockDescription(AppLockDescription&&) = default;
AppLockDescription::~AppLockDescription() = default;

AppLock::AppLock(base::WeakPtr<WebAppLockManager> lock_manager,
                 std::unique_ptr<PartitionedLockHolder> holder)
    :{}
AppLock::~AppLock() = default;

}  // namespace web_app