summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_host_info.cc
blob: 4b6c0e232ab3a46139a60140bd552d8b1dd46cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2010 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.

#include "net/base/ssl_host_info.h"

namespace net {

SSLHostInfo::~SSLHostInfo() {}

SSLHostInfoFactory::~SSLHostInfoFactory() {}

}  // namespace net