| Index: chrome/browser/speech/speech_recognition_request.cc
|
| diff --git a/chrome/browser/speech/speech_recognition_request.cc b/chrome/browser/speech/speech_recognition_request.cc
|
| index b1234b04f5d5b32719bae0d76a70bf28e176c859..402af7ed98280a547dbfaf552d693f6a077f8eb7 100644
|
| --- a/chrome/browser/speech/speech_recognition_request.cc
|
| +++ b/chrome/browser/speech/speech_recognition_request.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -175,7 +175,7 @@ bool SpeechRecognitionRequest::Send(const std::string& language,
|
| void SpeechRecognitionRequest::OnURLFetchComplete(
|
| const URLFetcher* source,
|
| const GURL& url,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| int response_code,
|
| const ResponseCookies& cookies,
|
| const std::string& data) {
|
|
|