Index: content/browser/speech/google_one_shot_remote_engine.h |
diff --git a/content/browser/speech/google_one_shot_remote_engine.h b/content/browser/speech/google_one_shot_remote_engine.h |
index 7e47c67dd68b4c323d21337662b595d6a507beba..734089bc5d7992c6370d4007c1a2a3e713fbf5a9 100644 |
--- a/content/browser/speech/google_one_shot_remote_engine.h |
+++ b/content/browser/speech/google_one_shot_remote_engine.h |
@@ -68,7 +68,7 @@ class CONTENT_EXPORT GoogleOneShotRemoteEngine |
virtual int GetDesiredAudioChunkDurationMs() const OVERRIDE; |
// content::URLFetcherDelegate methods. |
- virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE; |
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
private: |
GoogleOneShotRemoteEngineConfig config_; |