Index: chrome/browser/ui/views/find_bar_view.cc |
diff --git a/chrome/browser/ui/views/find_bar_view.cc b/chrome/browser/ui/views/find_bar_view.cc |
index 7ff6b561d857fabb00781b00222af6b663cf4b50..002e56cae81e70d80d94a68020b51a5439e755f6 100644 |
--- a/chrome/browser/ui/views/find_bar_view.cc |
+++ b/chrome/browser/ui/views/find_bar_view.cc |
@@ -594,7 +594,7 @@ void FindBarView::Find(const base::string16& search_text) { |
} |
void FindBarView::UpdateMatchCountAppearance(bool no_match) { |
- bool enable_buttons = !match_count_text_->text().empty() && !no_match; |
+ bool enable_buttons = !find_text_->text().empty() && !no_match; |
find_previous_button_->SetEnabled(enable_buttons); |
find_next_button_->SetEnabled(enable_buttons); |