16d528ed9Sopenharmony_ci// Copyright 2017 The Chromium Authors. All rights reserved.
26d528ed9Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be
36d528ed9Sopenharmony_ci// found in the LICENSE file.
46d528ed9Sopenharmony_ci
56d528ed9Sopenharmony_ci#ifndef BASE_NUMERICS_SAFE_MATH_H_
66d528ed9Sopenharmony_ci#define BASE_NUMERICS_SAFE_MATH_H_
76d528ed9Sopenharmony_ci
86d528ed9Sopenharmony_ci#include "base/numerics/checked_math.h"
96d528ed9Sopenharmony_ci#include "base/numerics/clamped_math.h"
106d528ed9Sopenharmony_ci#include "base/numerics/safe_conversions.h"
116d528ed9Sopenharmony_ci
126d528ed9Sopenharmony_ci#endif  // BASE_NUMERICS_SAFE_MATH_H_
13