blob: b07c6f050c28a9720805f28c51a267a8420d50d8 [file] [log] [blame]
// Copyright 2018 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 "smbprovider/metadata_cache.h"
namespace smbprovider {
MetadataCache::MetadataCache() = default;
MetadataCache::~MetadataCache() = default;
} // namespace smbprovider