summaryrefslogtreecommitdiff
path: root/chromium/components/ntp_tiles/ntp_tile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/ntp_tiles/ntp_tile.cc')
-rw-r--r--chromium/components/ntp_tiles/ntp_tile.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/components/ntp_tiles/ntp_tile.cc b/chromium/components/ntp_tiles/ntp_tile.cc
new file mode 100644
index 00000000000..ece28625aa4
--- /dev/null
+++ b/chromium/components/ntp_tiles/ntp_tile.cc
@@ -0,0 +1,15 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/ntp_tiles/ntp_tile.h"
+
+namespace ntp_tiles {
+
+NTPTile::NTPTile() : source(NTPTileSource::TOP_SITES) {}
+
+NTPTile::NTPTile(const NTPTile&) = default;
+
+NTPTile::~NTPTile() {}
+
+} // namespace ntp_tiles