| Index: content/public/browser/speech_recognition_session_config.cc
|
| diff --git a/content/public/browser/speech_recognition_session_config.cc b/content/public/browser/speech_recognition_session_config.cc
|
| index 7bfdf5ab61284063bc8410bd16eb84ecb150bdac..74392a16a9ea8dff88fe0552142be98a5e4b0490 100644
|
| --- a/content/public/browser/speech_recognition_session_config.cc
|
| +++ b/content/public/browser/speech_recognition_session_config.cc
|
| @@ -18,6 +18,9 @@ SpeechRecognitionSessionConfig::SpeechRecognitionSessionConfig()
|
| max_hypotheses(kDefaultMaxHypotheses) {
|
| }
|
|
|
| +SpeechRecognitionSessionConfig::SpeechRecognitionSessionConfig(
|
| + const SpeechRecognitionSessionConfig& other) = default;
|
| +
|
| SpeechRecognitionSessionConfig::~SpeechRecognitionSessionConfig() {
|
| }
|
|
|
|
|