blob: a239a44227d775500f6a78e1e4521a276475466f [file] [log] [blame] [edit]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/mock_file_io.h"
namespace shill {
MockFileIO::MockFileIO() = default;
MockFileIO::~MockFileIO() = default;
} // namespace shill