blob: 46bfab7f50762e7dc66e0f595ca4f37379b966e0 [file] [log] [blame]
Angela Yoeurng24006262022-04-12 19:40:091// Copyright 2022 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_STARTER_PACK_DATA_H_
6#define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_STARTER_PACK_DATA_H_
7
Stephan Hartmannaca38ff2022-04-13 20:09:498#include <memory>
Angela Yoeurng24006262022-04-12 19:40:099#include <vector>
10
Angela Yoeurng75ef8182022-04-18 23:39:2211#include "components/search_engines/search_engine_type.h"
12
Angela Yoeurng24006262022-04-12 19:40:0913struct TemplateURLData;