summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
diff options
context:
space:
mode:
authorsungmann.cho@navercorp.com <sungmann.cho@navercorp.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-17 09:20:01 +0000
committersungmann.cho@navercorp.com <sungmann.cho@navercorp.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-17 09:20:01 +0000
commitecf56301956369d9fa0f341a0001efe9efbc1cbd (patch)
tree05574fc1482b2a95e02dad4305b65e192c746551 /content/browser/speech
parent678d7dee11dc94889e783f04a93c2a018b0a1e3b (diff)
downloadchromium_src-ecf56301956369d9fa0f341a0001efe9efbc1cbd.zip
chromium_src-ecf56301956369d9fa0f341a0001efe9efbc1cbd.tar.gz
chromium_src-ecf56301956369d9fa0f341a0001efe9efbc1cbd.tar.bz2
Remove unnecessary #includes in google_streaming_remote_engine.cc.
After the landing https://codereview.chromium.org/189603005, google_streaming_remote_engine.cc doesn't need the command line switch related headers anymore. So we can remove these. BUG=350333 Review URL: https://codereview.chromium.org/333273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277677 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/speech')
-rw-r--r--content/browser/speech/google_streaming_remote_engine.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/speech/google_streaming_remote_engine.cc b/content/browser/speech/google_streaming_remote_engine.cc
index 6b78f23..f9e2e6e 100644
--- a/content/browser/speech/google_streaming_remote_engine.cc
+++ b/content/browser/speech/google_streaming_remote_engine.cc
@@ -14,7 +14,6 @@
#include "base/time/time.h"
#include "content/browser/speech/audio_buffer.h"
#include "content/browser/speech/proto/google_streaming_api.pb.h"
-#include "content/public/common/content_switches.h"
#include "content/public/common/speech_recognition_error.h"
#include "content/public/common/speech_recognition_result.h"
#include "google_apis/google_api_keys.h"