Index: chrome/browser/autocomplete/bookmark_provider.h |
diff --git a/chrome/browser/autocomplete/bookmark_provider.h b/chrome/browser/autocomplete/bookmark_provider.h |
index be256e90dd9b63d74980fb9724dec4614d22dccd..fe730bab0d769862509cd06386a3e5a8b9f434d9 100644 |
--- a/chrome/browser/autocomplete/bookmark_provider.h |
+++ b/chrome/browser/autocomplete/bookmark_provider.h |
@@ -51,11 +51,11 @@ class BookmarkProvider : public AutocompleteProvider { |
// Compose an AutocompleteMatch based on |match| that has 1) the URL of |
// |match|'s bookmark, and 2) the bookmark's title, not the URL's page |
// title, as the description. |input| is used to compute the match's |
- // inline_autocompletion. |fixed_up_input| is used in that way as well; |
+ // inline_autocompletion. |fixed_up_input_text| is used in that way as well; |
// it's passed separately so this function doesn't have to compute it. |
AutocompleteMatch BookmarkMatchToACMatch( |
const AutocompleteInput& input, |
- const AutocompleteInput& fixed_up_input, |
+ const base::string16& fixed_up_input_text, |
const BookmarkMatch& match); |
// Converts |positions| into ACMatchClassifications and returns the |