Chromium Code Reviews| Index: content/browser/speech/speech_recognition_manager_impl.h |
| diff --git a/content/browser/speech/speech_recognition_manager_impl.h b/content/browser/speech/speech_recognition_manager_impl.h |
| index 732426c49196f6830665a827940eae2f85b30c1f..45480e135c9ef8c2df4c2d479efb67cec1ee8f26 100644 |
| --- a/content/browser/speech/speech_recognition_manager_impl.h |
| +++ b/content/browser/speech/speech_recognition_manager_impl.h |
| @@ -90,8 +90,9 @@ class CONTENT_EXPORT SpeechRecognitionManagerImpl : |
| protected: |
| // BrowserMainLoop is the only one allowed to istantiate and free us. |
| + // Needed for dtor. |
|
Jeffrey Yasskin
2012/11/28 06:07:18
This should be 1 line down.
awong
2012/11/28 10:20:35
Done.
|
| friend class BrowserMainLoop; |
| - friend class scoped_ptr<SpeechRecognitionManagerImpl>; // Needed for dtor. |
| + friend struct base::DefaultDeleter<SpeechRecognitionManagerImpl>; |
| SpeechRecognitionManagerImpl(); |
| virtual ~SpeechRecognitionManagerImpl(); |