| Index: chrome/browser/history/history_types.h
|
| diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
|
| index b479cbcc4fbceb3855d6c62185a18f75ec6c7f05..831c0b035c4e2283a3e47ec38091707d245accb9 100644
|
| --- a/chrome/browser/history/history_types.h
|
| +++ b/chrome/browser/history/history_types.h
|
| @@ -527,6 +527,12 @@ struct KeywordSearchTermVisit {
|
|
|
| // Holds the per-URL information of the most visited query.
|
| struct MostVisitedURL {
|
| + MostVisitedURL();
|
| + MostVisitedURL(const GURL& in_url,
|
| + const GURL& in_favicon_url,
|
| + const string16& in_title);
|
| + ~MostVisitedURL();
|
| +
|
| GURL url;
|
| GURL favicon_url;
|
| string16 title;
|
|
|