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

Unified Diff: media/audio/audio_input_device_ipc.cc

Issue 10790121: First step towards moving AudioDevice from content/ to media/audio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: interface cleanup: int32, uint32 -> int Created 8 years, 5 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
Index: media/audio/audio_input_device_ipc.cc
diff --git a/media/audio/audio_input_device_ipc.cc b/media/audio/audio_input_device_ipc.cc
new file mode 100644
index 0000000000000000000000000000000000000000..a377ce27215f59dabfd7ee38be6fedf0e8f6e3c7
--- /dev/null
+++ b/media/audio/audio_input_device_ipc.cc
@@ -0,0 +1,13 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "media/audio/audio_input_device_ipc.h"
+
+namespace media {
+
+AudioInputIPCDelegate::~AudioInputIPCDelegate() {}
+
+AudioInputDeviceIPC::~AudioInputDeviceIPC() {}
+
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698