// 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_
