| Index: components/history/core/browser/in_memory_url_index_types.h
|
| diff --git a/components/history/core/browser/in_memory_url_index_types.h b/components/history/core/browser/in_memory_url_index_types.h
|
| index 9390c2653ca092d676a9dd2596879da9cbd283c0..fbb511a56ce62956528aab6eed425fccd15f8a0b 100644
|
| --- a/components/history/core/browser/in_memory_url_index_types.h
|
| +++ b/components/history/core/browser/in_memory_url_index_types.h
|
| @@ -135,7 +135,7 @@ typedef std::set<WordID> WordIDSet; // An index into the WordList.
|
| typedef std::map<base::char16, WordIDSet> CharWordIDMap;
|
|
|
| // A map from word (by word_id) to history items containing that word.
|
| -typedef history::URLID HistoryID;
|
| +typedef URLID HistoryID;
|
| typedef std::set<HistoryID> HistoryIDSet;
|
| typedef std::vector<HistoryID> HistoryIDVector;
|
| typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
|
|
|