Index: chrome/browser/autocomplete/search_provider.h |
diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h |
index 856bd0be4b0deb9b5577209a0edee124e4bb8d7a..82b6fe81ea98bef14c7333d0dbcb5deee982bf02 100644 |
--- a/chrome/browser/autocomplete/search_provider.h |
+++ b/chrome/browser/autocomplete/search_provider.h |
@@ -236,7 +236,7 @@ class SearchProvider : public AutocompleteProvider, |
// Converts the first navigation result in |navigation_results| to an |
// AutocompleteMatch and adds it to |matches_|. |
void AddNavigationResultsToMatches( |
- const NavigationResults& navigation_results, |
+ NavigationResults navigation_results, |
bool is_keyword); |
// Adds a match for each result in |results| to |map|. |is_keyword| indicates |