blob: 0c0adab4ad57e9a262ff883dab2bbc8ea90f695e [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"
// static
TrustedSourcesManager* TrustedSourcesManager::Create() {
return new TrustedSourcesManager;
}