// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/cert/cert_status_flags.h" #include "base/check_op.h" #include "base/notreached.h" #include "net/base/net_errors.h" namespace net { int MapCertStatusToNetError(CertStatus cert_status) { … } } // namespace net