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

Unified Diff: content/test/webrtc_audio_device_test.h

Issue 11198018: Move ChannelLayout into media namespace. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixes. Created 8 years, 2 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 | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webrtc_audio_device_test.h
diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
index e2a04296ee8d0bcbf8fbb1230c5c5d8582e85430..0525c06dac150b3304d0d030df9c0828b8d9997b 100644
--- a/content/test/webrtc_audio_device_test.h
+++ b/content/test/webrtc_audio_device_test.h
@@ -116,7 +116,7 @@ class AudioUtilInterface {
virtual int GetAudioHardwareSampleRate() = 0;
virtual int GetAudioInputHardwareSampleRate(
const std::string& device_id) = 0;
- virtual ChannelLayout GetAudioInputHardwareChannelLayout(
+ virtual media::ChannelLayout GetAudioInputHardwareChannelLayout(
const std::string& device_id) = 0;
};
@@ -144,7 +144,7 @@ class WebRTCAudioDeviceTest : public ::testing::Test, public IPC::Listener {
void OnGetHardwareSampleRate(int* sample_rate);
void OnGetHardwareInputSampleRate(int* sample_rate);
- void OnGetHardwareInputChannelLayout(ChannelLayout* channels);
+ void OnGetHardwareInputChannelLayout(media::ChannelLayout* channels);
// IPC::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698