Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: chrome/browser/history/history_types.cc

Issue 10115001: Added page score to the ntp suggestions tab. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/history_types.cc
diff --git a/chrome/browser/history/history_types.cc b/chrome/browser/history/history_types.cc
index ccdd8d12fbfd19c7bda84551a38c2831ed789419..89dd3467ae8f498a40bf36126c46d2a8c15755f5 100644
--- a/chrome/browser/history/history_types.cc
+++ b/chrome/browser/history/history_types.cc
@@ -327,6 +327,12 @@ MostVisitedURL::MostVisitedURL(const GURL& url,
MostVisitedURL::~MostVisitedURL() {}
+// FilteredURL -----------------------------------------------------------------
+
+FilteredURL::FilteredURL() {}
+
+FilteredURL::~FilteredURL() {}
+
// Images ---------------------------------------------------------------------
Images::Images() {}

Powered by Google App Engine
This is Rietveld 408576698