summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_url_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autocomplete/history_url_provider.h')
-rw-r--r--chrome/browser/autocomplete/history_url_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
index dfb462d..92ee730 100644
--- a/chrome/browser/autocomplete/history_url_provider.h
+++ b/chrome/browser/autocomplete/history_url_provider.h
@@ -112,7 +112,7 @@ struct HistoryURLProviderParams {
// to matches_ on the main thread in QueryComplete().
ACMatches matches;
- // Languages we should pass to gfx::ElideUrl.
+ // Languages we should pass to gfx::GetCleanStringFromUrl.
std::wstring languages;
private: