diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-24 07:01:36 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-24 07:01:36 +0000 |
commit | 516b5bd6d6b4c2ab213e6bdf35efe453cc2085b5 (patch) | |
tree | cba32512af2b9619af26bc322a3a8776d37d9550 /chrome/browser/chromeos/audio/audio_mixer_cras.cc | |
parent | e0c2de666fb37d1765efd0d4351b54c6f5d51079 (diff) | |
download | chromium_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.cc | 2 |
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; |