| Index: content/browser/speech/speech_recognition_request.h
|
| ===================================================================
|
| --- content/browser/speech/speech_recognition_request.h (revision 107061)
|
| +++ content/browser/speech/speech_recognition_request.h (working copy)
|
| @@ -63,12 +63,12 @@
|
| CONTENT_EXPORT bool HasPendingRequest() { return url_fetcher_ != NULL; }
|
|
|
| // content::URLFetcherDelegate methods.
|
| - virtual void OnURLFetchComplete(const URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
|
|
| private:
|
| scoped_refptr<net::URLRequestContextGetter> url_context_;
|
| Delegate* delegate_;
|
| - scoped_ptr<URLFetcher> url_fetcher_;
|
| + scoped_ptr<content::URLFetcher> url_fetcher_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionRequest);
|
| };
|
|
|