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

Unified Diff: media/audio/audio_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: relaxing the notreached back to log(error) since nacl tests will otherwise fail 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_device_ipc.cc
diff --git a/media/audio/audio_device_ipc.cc b/media/audio/audio_device_ipc.cc
new file mode 100644
index 0000000000000000000000000000000000000000..fac5a99a773a3df7172e6cc746a35c1941c07657
--- /dev/null
+++ b/media/audio/audio_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_device_ipc.h"
+
+namespace media {
+
+AudioDeviceIPCDelegate::~AudioDeviceIPCDelegate() {}
+
+AudioDeviceIPC::~AudioDeviceIPC() {}
+
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698