| Index: chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc b/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
| index ee7ec5a816abedb8ff91379498ed835d01b694ec..b14bdedb27b9283b6fca0c45742de210bed6b118 100644
|
| --- a/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
| +++ b/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
| @@ -124,7 +124,9 @@ class MockHotwordClient : public HotwordClient {
|
| state_changed_count_++;
|
| }
|
|
|
| - void OnHotwordRecognized() override { recognized_count_++; }
|
| + void OnHotwordRecognized(
|
| + const scoped_refptr<content::SpeechRecognitionSessionPreamble>& preamble)
|
| + override { recognized_count_++; }
|
|
|
| bool last_enabled() const { return last_enabled_; }
|
| int state_changed_count() const { return state_changed_count_; }
|
|
|