Avi Drissman | e4622aa | 2022-09-08 20:36:06 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors |
[email protected] | 5bfecbc | 2014-02-27 13:49:04 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
danakj | 0a44860 | 2015-03-10 00:31:16 | [diff] [blame] | 5 | #ifndef BASE_NUMERICS_SAFE_MATH_H_ |
6 | #define BASE_NUMERICS_SAFE_MATH_H_ | ||||
[email protected] | 5bfecbc | 2014-02-27 13:49:04 | [diff] [blame] | 7 | |
Jean-Philippe Gravel | f81c63b | 2024-04-23 20:33:17 | [diff] [blame] | 8 | #include "base/numerics/checked_math.h" // IWYU pragma: export |
9 | #include "base/numerics/clamped_math.h" // IWYU pragma: export | ||||
10 | #include "base/numerics/safe_conversions.h" // IWYU pragma: export | ||||
[email protected] | 5bfecbc | 2014-02-27 13:49:04 | [diff] [blame] | 11 | |
danakj | 0a44860 | 2015-03-10 00:31:16 | [diff] [blame] | 12 | #endif // BASE_NUMERICS_SAFE_MATH_H_ |