blob: b2324f1e7dc1d9695e272439edf4aeb7891c7cb7 [file] [log] [blame]
Evan Stade25bd39a2024-08-15 01:54:381// Copyright 2018 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_WEB_APPLICATIONS_LOCKS_PARTITIONED_LOCK_H_
6#define CHROME_BROWSER_WEB_APPLICATIONS_LOCKS_PARTITIONED_LOCK_H_
7
8#include <iosfwd>
9
10#include "base/functional/callback.h"
11#include "chrome/browser/web_applications/locks/partitioned_lock_id.h"
12
13namespace web_app {