// 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 "content/public/browser/ssl_status.h" #include "net/ssl/ssl_info.h" namespace content { SSLStatus::SSLStatus() : … { … } SSLStatus::SSLStatus(const net::SSLInfo& ssl_info) : … { … } SSLStatus::SSLStatus(const SSLStatus& other) : … { … } SSLStatus& SSLStatus::operator=(SSLStatus other) { … } SSLStatus::~SSLStatus() { … } } // namespace content