| Index: content/browser/speech/speech_input_dispatcher_host.h
|
| diff --git a/content/browser/speech/speech_input_dispatcher_host.h b/content/browser/speech/speech_input_dispatcher_host.h
|
| index 8dbb65eb8502b64f8f2d960100c3953bde235752..7fea90df00946950b9c22571373d7eac5f48e88e 100644
|
| --- a/content/browser/speech/speech_input_dispatcher_host.h
|
| +++ b/content/browser/speech/speech_input_dispatcher_host.h
|
| @@ -39,9 +39,7 @@ class SpeechInputDispatcherHost : public BrowserMessageFilter,
|
| bool* message_was_ok);
|
|
|
| // Singleton manager setter useful for tests.
|
| - CONTENT_EXPORT static void set_manager(SpeechInputManager* manager) {
|
| - manager_ = manager;
|
| - }
|
| + CONTENT_EXPORT static void set_manager(SpeechInputManager* manager);
|
|
|
| private:
|
| virtual ~SpeechInputDispatcherHost();
|
|
|