Index: content/public/common/speech_recognition_result.cc |
diff --git a/content/public/common/speech_recognition_result.cc b/content/public/common/speech_recognition_result.cc |
index 3280932cf78283d03dad77fe462f9ec125b7f215..9a89babb3dc3142ca0f240d20366ccccbdf4ace7 100644 |
--- a/content/public/common/speech_recognition_result.cc |
+++ b/content/public/common/speech_recognition_result.cc |
@@ -6,10 +6,11 @@ |
namespace content { |
-SpeechRecognitionResult::SpeechRecognitionResult() { |
+SpeechRecognitionResult::SpeechRecognitionResult() |
+ : provisional(false) { |
} |
SpeechRecognitionResult::~SpeechRecognitionResult() { |
} |
-} |
+} // namespace content |