| 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 695f4bbe64158ba30cf50ee8d6ae03b903698a45..dc53d5ead2aa2de30583b2a8da7c46d056f1f836 100644
|
| --- a/chrome/browser/speech/tts_controller_impl.h
|
| +++ b/chrome/browser/speech/tts_controller_impl.h
|
| @@ -75,7 +75,7 @@ class TtsControllerImpl : public TtsController {
|
| int GetMatchingVoice(const Utterance* utterance,
|
| std::vector<VoiceData>& voices);
|
|
|
| - friend struct DefaultSingletonTraits<TtsControllerImpl>;
|
| + friend struct base::DefaultSingletonTraits<TtsControllerImpl>;
|
|
|
| // The current utterance being spoken.
|
| Utterance* current_utterance_;
|
|
|