summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/thumbnail_database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/thumbnail_database.cc')
-rw-r--r--chrome/browser/history/thumbnail_database.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/history/thumbnail_database.cc b/chrome/browser/history/thumbnail_database.cc
index 45e623c..0397f96 100644
--- a/chrome/browser/history/thumbnail_database.cc
+++ b/chrome/browser/history/thumbnail_database.cc
@@ -365,9 +365,10 @@ bool ThumbnailDatabase::ThumbnailScoreForId(URLID id,
return true;
}
-bool ThumbnailDatabase::SetFavicon(URLID icon_id,
- scoped_refptr<RefCountedMemory> icon_data,
- base::Time time) {
+bool ThumbnailDatabase::SetFavicon(
+ URLID icon_id,
+ scoped_refptr<base::RefCountedMemory> icon_data,
+ base::Time time) {
DCHECK(icon_id);
sql::Statement statement(db_.GetCachedStatement(SQL_FROM_HERE,
"UPDATE favicons SET image_data=?, last_updated=? WHERE id=?"));