blob: 598459ce1a71ab70ed5bd68fe44ccee319216636 [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/safe_browsing/content/browser/triggers/mock_trigger_manager.h"
namespace safe_browsing {
MockTriggerManager::MockTriggerManager() : TriggerManager(nullptr, nullptr) {}
MockTriggerManager::~MockTriggerManager() = default;
} // namespace safe_browsing