blob: 9cfcf7e879db2094c58e6723f000de8c3f49ba23 [file] [log] [blame]
Paul Stewart5baebb72013-03-14 11:43:29 -07001// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "shill/mock_certificate_file.h"
6
7namespace shill {
8
9MockCertificateFile::MockCertificateFile() : CertificateFile(NULL) {}
10
11MockCertificateFile::~MockCertificateFile() {}
12
13} // namespace shill