Index: chrome/browser/history/history_types.cc |
diff --git a/chrome/browser/history/history_types.cc b/chrome/browser/history/history_types.cc |
index d401873deff9d2c242f2f8fc92637bc2916a24c1..68a32ba61bd374642afe8166806b782d74e18468 100644 |
--- a/chrome/browser/history/history_types.cc |
+++ b/chrome/browser/history/history_types.cc |
@@ -244,7 +244,7 @@ void QueryResults::AddURLUsageAtIndex(const GURL& url, size_t index) { |
} |
// Need to add a new entry for this URL. |
- StackVector<size_t, 4> new_list; |
+ base::StackVector<size_t, 4> new_list; |
new_list->push_back(index); |
url_to_results_[url] = new_list; |
} |