| Index: chrome/browser/history/history_types.h
|
| diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
|
| index 4d7484cf8706aa6d52050af93405f1755c1e9948..262d64348ce46f9bd0d7d71c891aaffc0bdb8e1c 100644
|
| --- a/chrome/browser/history/history_types.h
|
| +++ b/chrome/browser/history/history_types.h
|
| @@ -239,6 +239,10 @@ class VisitRow {
|
| // We pass around vectors of visits a lot
|
| typedef std::vector<VisitRow> VisitVector;
|
|
|
| +// The basic information associated with a visit (timestamp, type of visit),
|
| +// used by HistoryBackend::AddVisits() to create new visits for a URL.
|
| +typedef std::pair<base::Time, PageTransition::Type> VisitInfo;
|
| +
|
| // Favicons -------------------------------------------------------------------
|
|
|
| // Used by the importer to set favicons for imported bookmarks.
|
|
|