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

Unified Diff: components/omnibox/browser/autocomplete_match.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 | « no previous file | components/omnibox/browser/autocomplete_match.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/autocomplete_match.h
diff --git a/components/omnibox/browser/autocomplete_match.h b/components/omnibox/browser/autocomplete_match.h
index 64a4e3902ddad39929f3e74105d80dfc6cd6b865..f0465477beb7e3e136979bc1abb7a48439b4de19 100644
--- a/components/omnibox/browser/autocomplete_match.h
+++ b/components/omnibox/browser/autocomplete_match.h
@@ -368,7 +368,7 @@ struct AutocompleteMatch {
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 | « no previous file | components/omnibox/browser/autocomplete_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698