blob: ece28625aa40c6791cc4b5242af7c0b7e02c4588 [file] [log] [blame]
sfiera635d21d2016-08-04 07:56:091// Copyright 2016 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#include "components/ntp_tiles/ntp_tile.h"
6
7namespace ntp_tiles {
8
9NTPTile::NTPTile() : source(NTPTileSource::TOP_SITES) {}
10
sfiera08b57f82016-09-22 10:14:2711NTPTile::NTPTile(const NTPTile&) = default;
12
sfiera635d21d2016-08-04 07:56:0913NTPTile::~NTPTile() {}
14
sfiera635d21d2016-08-04 07:56:0915} // namespace ntp_tiles