Index: content/public/common/speech_recognition_result.h |
diff --git a/content/public/common/speech_recognition_result.h b/content/public/common/speech_recognition_result.h |
index 57477bf2e78c7c2b680f4246d1ba74a48a85695e..8ce8f7446ad747d97ba72d4f8a082beff435eb57 100644 |
--- a/content/public/common/speech_recognition_result.h |
+++ b/content/public/common/speech_recognition_result.h |
@@ -20,7 +20,7 @@ struct SpeechRecognitionHypothesis { |
SpeechRecognitionHypothesis() : confidence(0.0) {} |
- SpeechRecognitionHypothesis(const string16 utterance_value, |
+ SpeechRecognitionHypothesis(const string16& utterance_value, |
double confidence_value) |
: utterance(utterance_value), |
confidence(confidence_value) { |