Index: content/browser/speech/speech_recognizer.cc |
=================================================================== |
--- content/browser/speech/speech_recognizer.cc (revision 121818) |
+++ content/browser/speech/speech_recognizer.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 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. |
@@ -7,7 +7,6 @@ |
#include "base/bind.h" |
#include "base/time.h" |
#include "content/public/browser/browser_thread.h" |
-#include "content/public/browser/speech_recognizer_delegate.h" |
#include "content/public/common/speech_input_result.h" |
#include "net/url_request/url_request_context_getter.h" |
@@ -57,7 +56,7 @@ |
const int SpeechRecognizer::kNoSpeechTimeoutSec = 8; |
const int SpeechRecognizer::kEndpointerEstimationTimeMs = 300; |
-SpeechRecognizer::SpeechRecognizer(content::SpeechRecognizerDelegate* delegate, |
+SpeechRecognizer::SpeechRecognizer(Delegate* delegate, |
int caller_id, |
const std::string& language, |
const std::string& grammar, |