| 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 1135cb59ae2d6d09196fc4005143051c472966a9..ae3ad6c7f4020097821f939c09f71d94d086e148 100644
|
| --- a/chrome/browser/speech/tts_controller_impl.h
|
| +++ b/chrome/browser/speech/tts_controller_impl.h
|
| @@ -16,6 +16,10 @@
|
| #include "chrome/browser/speech/tts_controller.h"
|
| #include "url/gurl.h"
|
|
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
| +
|
| // Singleton class that manages text-to-speech for the TTS and TTS engine
|
| // extension APIs, maintaining a queue of pending utterances and keeping
|
| // track of all state.
|
| @@ -34,7 +38,7 @@ class TtsControllerImpl : public TtsController {
|
| TtsEventType event_type,
|
| int char_index,
|
| const std::string& error_message) OVERRIDE;
|
| - virtual void GetVoices(Profile* profile,
|
| + virtual void GetVoices(content::BrowserContext* browser_context,
|
| std::vector<VoiceData>* out_voices) OVERRIDE;
|
| virtual void VoicesChanged() OVERRIDE;
|
| virtual void AddVoicesChangedDelegate(
|
|
|