Paul Stewart | 5baebb7 | 2013-03-14 11:43:29 -0700 | [diff] [blame] | 1 | // 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 | |
| 7 | namespace shill { |
| 8 | |
Paul Stewart | eb713e8 | 2013-06-28 14:51:54 -0700 | [diff] [blame] | 9 | MockCertificateFile::MockCertificateFile() : CertificateFile() {} |
Paul Stewart | 5baebb7 | 2013-03-14 11:43:29 -0700 | [diff] [blame] | 10 | |
| 11 | MockCertificateFile::~MockCertificateFile() {} |
| 12 | |
| 13 | } // namespace shill |