| Index: chrome/browser/speech/tts_controller_impl.h
|
| diff --git a/chrome/browser/speech/tts_controller_impl.h b/chrome/browser/speech/tts_controller_impl.h
|
| index b63df0950e23fec958502aca1661ddde63edb069..f4b4428a1cda1e2c191947ce47caba20e812a2d1 100644
|
| --- a/chrome/browser/speech/tts_controller_impl.h
|
| +++ b/chrome/browser/speech/tts_controller_impl.h
|
| @@ -11,6 +11,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "chrome/browser/speech/tts_controller.h"
|
| @@ -54,6 +55,8 @@ class TtsControllerImpl : public TtsController {
|
| ~TtsControllerImpl() override;
|
|
|
| private:
|
| + FRIEND_TEST_ALL_PREFIXES(TtsControllerTest, TestGetMatchingVoice);
|
| +
|
| // Get the platform TTS implementation (or injected mock).
|
| TtsPlatformImpl* GetPlatformImpl();
|
|
|
|
|