Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4077)

Unified Diff: chrome/browser/speech/speech_input_extension_apitest.cc

Issue 9387023: Revert 121810 - Move SpeechRecognizer delegate into its own header file and put it in the content... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/speech/speech_input_extension_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/speech_input_extension_apitest.cc
===================================================================
--- chrome/browser/speech/speech_input_extension_apitest.cc (revision 121818)
+++ chrome/browser/speech/speech_input_extension_apitest.cc (working copy)
@@ -4,7 +4,6 @@
#include "base/bind.h"
#include "base/command_line.h"
-#include "base/message_loop.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome/browser/speech/speech_input_extension_api.h"
@@ -12,7 +11,7 @@
#include "chrome/browser/ui/browser.h"
#include "chrome/common/chrome_notification_types.h"
#include "chrome/common/chrome_switches.h"
-#include "content/public/browser/speech_recognizer_delegate.h"
+#include "content/browser/speech/speech_recognizer.h"
#include "content/public/common/speech_input_result.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -71,7 +70,7 @@
}
virtual void StartRecording(
- content::SpeechRecognizerDelegate* delegate,
+ speech_input::SpeechRecognizerDelegate* delegate,
net::URLRequestContextGetter* context_getter,
content::ResourceContext* resource_context,
int caller_id,
@@ -124,7 +123,7 @@
}
void SpeechInputExtensionApiTest::StartRecording(
- content::SpeechRecognizerDelegate* delegate,
+ speech_input::SpeechRecognizerDelegate* delegate,
net::URLRequestContextGetter* context_getter,
content::ResourceContext* resource_context,
int caller_id,
« no previous file with comments | « no previous file | chrome/browser/speech/speech_input_extension_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698