blob: 0f9dffa23b1305524cf132a4ee026f9124dbb07a [file]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_NTP_TILES_TILE_TYPE_H_
#define COMPONENTS_NTP_TILES_TILE_TYPE_H_
#include "components/ntp_tiles/tile_type.mojom.h"
namespace ntp_tiles {
using TileType = mojom::TileType;
} // namespace ntp_tiles
#endif // COMPONENTS_NTP_TILES_TILE_TYPE_H_