Chromium Code Reviews| Index: chrome/browser/history/history_types.h |
| =================================================================== |
| --- chrome/browser/history/history_types.h (revision 120346) |
| +++ chrome/browser/history/history_types.h (working copy) |
| @@ -175,6 +175,7 @@ |
| // We support the implicit copy constuctor and operator=. |
| }; |
| +typedef std::vector<URLRow> URLRows; |
| // The enumeration of all possible sources of visits is listed below. |
| // The source will be propagated along with a URL or a visit item |