Index: chrome/browser/autocomplete/autocomplete_match.cc |
diff --git a/chrome/browser/autocomplete/autocomplete_match.cc b/chrome/browser/autocomplete/autocomplete_match.cc |
index 7de2ec1a3580bdb565cf2bb5817dc68216e1b314..dcafa467e35a19018a0b324fb53e3900e0d0718e 100644 |
--- a/chrome/browser/autocomplete/autocomplete_match.cc |
+++ b/chrome/browser/autocomplete/autocomplete_match.cc |
@@ -342,8 +342,7 @@ void AutocompleteMatch::AddLastClassificationIfNecessary( |
// static |
string16 AutocompleteMatch::SanitizeString(const string16& text) { |
- // NOTE: This logic is mirrored by |sanitizeString()| in |
- // schema_generated_bindings.js. |
+ // NOTE: This logic is mirrored by |sanitizeString()| in bindings.js. |
not at google - send to devlin
2013/02/13 01:45:49
it's actually in omnibox_custom_bindings.js.
cduvall
2013/02/15 00:40:28
Done.
|
string16 result; |
TrimWhitespace(text, TRIM_LEADING, &result); |
RemoveChars(result, kInvalidChars, &result); |