| Index: content/browser/speech/speech_recognition_request.cc
|
| diff --git a/content/browser/speech/speech_recognition_request.cc b/content/browser/speech/speech_recognition_request.cc
|
| index 81761285204ff384fd35e565a347acb4720e9e8d..3e2092eec4b7dcd3befc74c695883def51143d6a 100644
|
| --- a/content/browser/speech/speech_recognition_request.cc
|
| +++ b/content/browser/speech/speech_recognition_request.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "base/string_util.h"
|
| #include "base/values.h"
|
| #include "content/common/net/url_fetcher_impl.h"
|
| -#include "content/public/common/speech_input_result.h"
|
| +#include "content/public/common/speech_recognition_traits.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/url_request/url_request_context.h"
|
| @@ -135,7 +135,7 @@ bool ParseServerResponse(const std::string& response_body,
|
|
|
| } // namespace
|
|
|
| -namespace speech_input {
|
| +namespace speech {
|
|
|
| int SpeechRecognitionRequest::url_fetcher_id_for_tests = 0;
|
|
|
| @@ -224,4 +224,4 @@ void SpeechRecognitionRequest::OnURLFetchComplete(
|
| delegate_->SetRecognitionResult(result);
|
| }
|
|
|
| -} // namespace speech_input
|
| +} // namespace speech
|
|
|