blob: 1e3427bc93bebacdf416a28fc89bdd874030e921 [file] [log] [blame]
// Copyright 2016 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_SOURCE_H_
#define COMPONENTS_NTP_TILES_TILE_SOURCE_H_
#include "components/ntp_tiles/tile_source.mojom.h"
namespace ntp_tiles {
// The source of an NTP tile.
using TileSource = mojom::TileSource;
} // namespace ntp_tiles
#endif // COMPONENTS_NTP_TILES_TILE_SOURCE_H_