chromium/chrome/browser/policy/safe_search_policy_test.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_POLICY_SAFE_SEARCH_POLICY_TEST_H_
#define CHROME_BROWSER_POLICY_SAFE_SEARCH_POLICY_TEST_H_

#include <optional>
#include <string>

#include "base/test/scoped_feature_list.h"
#include "base/values.h"
#include "chrome/browser/policy/policy_test_utils.h"
#include "chrome/test/base/chrome_test_utils.h"
#include "url/gurl.h"

class Browser;

namespace policy {

class SafeSearchPolicyTest : public PolicyTest {};

}  // namespace policy

#endif  // CHROME_BROWSER_POLICY_SAFE_SEARCH_POLICY_TEST_H_