summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/audio/audio_mixer_cras.cc
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-24 07:01:36 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-24 07:01:36 +0000
commit516b5bd6d6b4c2ab213e6bdf35efe453cc2085b5 (patch)
treecba32512af2b9619af26bc322a3a8776d37d9550 /chrome/browser/chromeos/audio/audio_mixer_cras.cc
parente0c2de666fb37d1765efd0d4351b54c6f5d51079 (diff)
downloadchromium_src-516b5bd6d6b4c2ab213e6bdf35efe453cc2085b5.zip
chromium_src-516b5bd6d6b4c2ab213e6bdf35efe453cc2085b5.tar.gz
chromium_src-516b5bd6d6b4c2ab213e6bdf35efe453cc2085b5.tar.bz2
Move TTS extension API to chrome/browser/speech/
Renames the files trivially, basically extension_tts -> tts_extension. No code changes in this CL! Also adds dmazzoni and dtseng to the OWNERS file of chrome/browser/speech. Obviously we won't review changes related to the speech input api, if someone pings one of us by accident we'll refer them to Satish. BUG=104467 TEST=none Review URL: https://chromiumcodereview.appspot.com/9808024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/audio/audio_mixer_cras.cc')
-rw-r--r--chrome/browser/chromeos/audio/audio_mixer_cras.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/audio/audio_mixer_cras.cc b/chrome/browser/chromeos/audio/audio_mixer_cras.cc
index d179720..b2056e0 100644
--- a/chrome/browser/chromeos/audio/audio_mixer_cras.cc
+++ b/chrome/browser/chromeos/audio/audio_mixer_cras.cc
@@ -14,7 +14,7 @@
#include "base/message_loop.h"
#include "base/threading/thread.h"
#include "base/threading/thread_restrictions.h"
-#include "chrome/browser/extensions/extension_tts_api_chromeos.h"
+#include "chrome/browser/speech/extension_api/tts_extension_api_chromeos.h"
#include "content/public/browser/browser_thread.h"
using content::BrowserThread;