| Index: chrome/browser/history/in_memory_url_index_types.h
|
| ===================================================================
|
| --- chrome/browser/history/in_memory_url_index_types.h (revision 120346)
|
| +++ chrome/browser/history/in_memory_url_index_types.h (working copy)
|
| @@ -139,9 +139,6 @@
|
| // A map from history_id to the history's URL and title.
|
| typedef std::map<HistoryID, URLRow> HistoryInfoMap;
|
|
|
| -// TODO(rohitrao): Probably replace this with QueryResults.
|
| -typedef std::vector<history::URLRow> URLRowVector;
|
| -
|
| } // namespace history
|
|
|
| #endif // CHROME_BROWSER_HISTORY_IN_MEMORY_URL_INDEX_TYPES_H_
|
|
|