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

Unified Diff: content/renderer/media/audio_device.h

Issue 8539014: Export the AudioDevice and AudioDeviceInput classes so that unit tests have access to them in sha... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: added missing file Created 9 years, 1 month 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 | « no previous file | content/renderer/media/audio_input_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_device.h
===================================================================
--- content/renderer/media/audio_device.h (revision 109607)
+++ content/renderer/media/audio_device.h (working copy)
@@ -59,11 +59,12 @@
#include "base/memory/scoped_ptr.h"
#include "base/shared_memory.h"
#include "base/threading/simple_thread.h"
+#include "content/common/content_export.h"
#include "content/renderer/media/audio_message_filter.h"
struct AudioParameters;
-class AudioDevice
+class CONTENT_EXPORT AudioDevice
: public AudioMessageFilter::Delegate,
public base::DelegateSimpleThread::Delegate,
public base::RefCountedThreadSafe<AudioDevice> {
« no previous file with comments | « no previous file | content/renderer/media/audio_input_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698