Daniel Cheng | cd23b8b | 2022-09-16 17:16:24 | [diff] [blame] | 1 | // Copyright 2022 The Chromium Authors |
[email protected] | 2041cf34 | 2010-02-19 03:15:59 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
Daniel Cheng | b9d99f5 | 2018-02-19 22:21:51 | [diff] [blame] | 4 | // |
Daniel Cheng | cd23b8b | 2022-09-16 17:16:24 | [diff] [blame] | 5 | // TODO(https://crbug.com/1364441): Temporary forwarding header. |
[email protected] | 2041cf34 | 2010-02-19 03:15:59 | [diff] [blame] | 6 | |
7 | #ifndef BASE_CALLBACK_H_ | ||||
8 | #define BASE_CALLBACK_H_ | ||||
9 | |||||
Daniel Cheng | cd23b8b | 2022-09-16 17:16:24 | [diff] [blame] | 10 | #include "base/functional/callback.h" |
[email protected] | 2041cf34 | 2010-02-19 03:15:59 | [diff] [blame] | 11 | |
tzik | c87149e | 2014-11-20 01:08:20 | [diff] [blame] | 12 | #endif // BASE_CALLBACK_H_ |