blob: 4443c2644268078e69a0f3a7523d5e0c365d9b35 [file] [log] [blame]
// Copyright 2018 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 "components/safe_browsing/triggers/mock_trigger_manager.h"
namespace safe_browsing {
MockTriggerManager::MockTriggerManager()
: TriggerManager(nullptr, nullptr, nullptr) {}
MockTriggerManager::~MockTriggerManager() {}
} // namespace safe_browsing