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..0bdec0a8c1a72943114592671f18a56db4f43f48 100644 |
--- a/chrome/browser/speech/tts_controller_impl.h |
+++ b/chrome/browser/speech/tts_controller_impl.h |
@@ -16,6 +16,8 @@ |
#include "chrome/browser/speech/tts_controller.h" |
#include "url/gurl.h" |
+class Profile; |
+ |
// 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. |