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..76abd5735014c80c1586d426d4e07e08bdeb5c3d 100644 |
--- a/content/public/common/speech_recognition_result.cc |
+++ b/content/public/common/speech_recognition_result.cc |
@@ -6,10 +6,12 @@ |
namespace content { |
-SpeechRecognitionResult::SpeechRecognitionResult() { |
+SpeechRecognitionResult::SpeechRecognitionResult() |
+ : provisional(false) { |
} |
SpeechRecognitionResult::~SpeechRecognitionResult() { |
} |
-} |
+} // namespace content |
+ |
hans
2012/04/26 16:23:25
looks like an extra blank line here
Primiano Tucci (use gerrit)
2012/04/27 09:27:13
Done.
|