chromium/third_party/angle/src/common/base/anglebase/numerics/safe_math.h

// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef BASE_NUMERICS_SAFE_MATH_H_
#define BASE_NUMERICS_SAFE_MATH_H_

#include "anglebase/numerics/checked_math.h"
#include "anglebase/numerics/clamped_math.h"
#include "anglebase/numerics/safe_conversions.h"

#endif  // BASE_NUMERICS_SAFE_MATH_H_