summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete.h')
-rw-r--r--chrome/browser/autocomplete/autocomplete.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h
index 79095ad..d047b62 100644
--- a/chrome/browser/autocomplete/autocomplete.h
+++ b/chrome/browser/autocomplete/autocomplete.h
@@ -513,9 +513,9 @@ class AutocompleteProvider
// The name of this provider. Used for logging.
const char* name_;
- // A convenience function to call gfx::ElideUrl() with the current set of
- // "Accept Languages" when check_accept_lang is true. Otherwise, it's called
- // with an empty list.
+ // A convenience function to call gfx::GetCleanStringFromUrl() with the
+ // current set of "Accept Languages" when check_accept_lang is true.
+ // Otherwise, it's called with an empty list.
std::wstring StringForURLDisplay(const GURL& url, bool check_accept_lang);
private: