blob: b110adb81cd4a01ccf3008185a5d400c33df1086 [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
Paul Stewarteb713e82013-06-28 14:51:54 -07009MockCertificateFile::MockCertificateFile() : CertificateFile() {}
Paul Stewart5baebb72013-03-14 11:43:29 -070010
11MockCertificateFile::~MockCertificateFile() {}
12
13} // namespace shill