Evan Stade | 25bd39a | 2024-08-15 01:54:38 | [diff] [blame] | 1 | // 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 | |||||
13 | namespace web_app { | ||||