Index: chrome/browser/speech/speech_input_bubble_controller.cc |
diff --git a/chrome/browser/speech/speech_input_bubble_controller.cc b/chrome/browser/speech/speech_input_bubble_controller.cc |
index 58bda780ada8f46798f8b95c2f2cceeb9366256f..3d727443343d9d9351560c9e9763fcd48472d968 100644 |
--- a/chrome/browser/speech/speech_input_bubble_controller.cc |
+++ b/chrome/browser/speech/speech_input_bubble_controller.cc |
@@ -21,7 +21,7 @@ SpeechInputBubbleController::SpeechInputBubbleController(Delegate* delegate) |
} |
SpeechInputBubbleController::~SpeechInputBubbleController() { |
- DCHECK(bubbles_.size() == 0); |
+ DCHECK(bubbles_.empty()); |
} |
void SpeechInputBubbleController::CreateBubble(int caller_id, |