Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index f52ac68c86d38a42859b4a9c87a13f3769eea0aa..3022b554d3f218e1a56e20084ae125cdf7e7c5e8 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -76,7 +76,7 @@ struct PP_NetAddress_Private; |
class RenderWidgetFullscreenPepper; |
class RendererAccessibility; |
class SkBitmap; |
-class SpeechInputDispatcher; |
+class SpeechRecognitionDispatcher; |
struct ViewMsg_Navigate_Params; |
struct ViewMsg_StopFinding_Params; |
struct ViewMsg_SwapOut_Params; |
@@ -1177,7 +1177,7 @@ class RenderViewImpl : public RenderWidget, |
WebIntentsHost* intents_host_; |
// The speech dispatcher attached to this view, lazily initialized. |
- SpeechInputDispatcher* speech_input_dispatcher_; |
+ SpeechRecognitionDispatcher* speech_recognition_dispatcher_; |
// Device orientation dispatcher attached to this view; lazily initialized. |
DeviceOrientationDispatcher* device_orientation_dispatcher_; |