blob: cd8f2b974ca6e338d02fc93c999dbc6557f77f82 [file] [log] [blame]
// Copyright (c) 2017 The Chromium 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 "chrome/browser/download/trusted_sources_manager.h"
#include "base/memory/ptr_util.h"
// static
std::unique_ptr<TrustedSourcesManager> TrustedSourcesManager::Create() {
return base::WrapUnique(new TrustedSourcesManager);
}