blob: fcc90ad5ef2333a53ec8d763d70a732b1217cfa9 [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() {}
} // namespace safe_browsing