Index: chrome/browser/autocomplete/search_provider.h |
diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h |
index 50631579c5f06660607687e6e643e86361431ce1..171a20835b1dafdd73af64940dcecc2ca11fce6e 100644 |
--- a/chrome/browser/autocomplete/search_provider.h |
+++ b/chrome/browser/autocomplete/search_provider.h |
@@ -336,7 +336,7 @@ class SearchProvider : public AutocompleteProvider, |
HistoryResults default_history_results_; |
// Number of suggest results that haven't yet arrived. If greater than 0 it |
- // indicates either |timer_| or one of the URLFetchers is still running. |
+ // indicates one of the URLFetchers is still running. |
int suggest_results_pending_; |
// A timer to start a query to the suggest server after the user has stopped |