Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: components/omnibox/browser/search_suggestion_parser.h

Issue 2792983002: Fix constructor for AutocompleteMatch to initialize |subtype_identifier| (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox/browser/autocomplete_match.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/search_suggestion_parser.h
diff --git a/components/omnibox/browser/search_suggestion_parser.h b/components/omnibox/browser/search_suggestion_parser.h
index aa27a42ef862dece81231eb0a93bde5eaf0a67a3..a6a5b452a48e53efece9a18d70a7c623cecce1d1 100644
--- a/components/omnibox/browser/search_suggestion_parser.h
+++ b/components/omnibox/browser/search_suggestion_parser.h
@@ -91,7 +91,7 @@ class SearchSuggestionParser {
AutocompleteMatchType::Type type_;
// Used to identify the specific source / type for suggestions by the
- // suggest server. See |result_type_identifier| in omnibox.proto for more
+ // suggest server. See |result_subtype_identifier| in omnibox.proto for more
// details.
// The identifier 0 is reserved for cases where this specific type is unset.
int subtype_identifier_;
« no previous file with comments | « components/omnibox/browser/autocomplete_match.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698