diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 20:11:04 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 20:11:04 +0000 |
commit | d3dd31fb151f067389f3423ee6de09f8c5251ed9 (patch) | |
tree | 9d71cc5598bdfad7b3c0b7398002c5f4895ad1a1 /chrome/browser/renderer_host/audio_renderer_host.h | |
parent | 1ff23609a28bf25c97219b29e1ca3ca5b0d5c699 (diff) | |
download | chromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.zip chromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.tar.gz chromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.tar.bz2 |
Rename a header and some methods to make way for subsequent audio recording additions.
Renaming audio_output.h to audio_io.h as future patches will add audio recording code to this file.
Also renamed a couple of methods to make it clear that these are for audio playback/output and similar methods will be added for audio capture/recording soon.
BUG=none
TEST=no change in functionality.
Review URL: http://codereview.chromium.org/2962006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/renderer_host/audio_renderer_host.h')
-rw-r--r-- | chrome/browser/renderer_host/audio_renderer_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/audio_renderer_host.h b/chrome/browser/renderer_host/audio_renderer_host.h index b9ee30f..cbb2ef9 100644 --- a/chrome/browser/renderer_host/audio_renderer_host.h +++ b/chrome/browser/renderer_host/audio_renderer_host.h @@ -68,7 +68,7 @@ #include "base/waitable_event.h" #include "chrome/browser/chrome_thread.h" #include "ipc/ipc_message.h" -#include "media/audio/audio_output.h" +#include "media/audio/audio_io.h" #include "media/audio/audio_output_controller.h" #include "media/audio/simple_sources.h" |