blob: b110adb81cd4a01ccf3008185a5d400c33df1086 [file] [log] [blame]
// Copyright (c) 2013 The Chromium OS 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 "shill/mock_certificate_file.h"
namespace shill {
MockCertificateFile::MockCertificateFile() : CertificateFile() {}
MockCertificateFile::~MockCertificateFile() {}
} // namespace shill