summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-07 12:59:50 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-07 12:59:50 +0000
commit0099492c6600b982ae5e4e4604cc1e521c888923 (patch)
treeda1cb2492329304703d1cbb337212eaf8fe4574d /media
parent4e365b8162aa4bd2fa2f731d7f4c6155f5f9bb1d (diff)
downloadchromium_src-0099492c6600b982ae5e4e4604cc1e521c888923.zip
chromium_src-0099492c6600b982ae5e4e4604cc1e521c888923.tar.gz
chromium_src-0099492c6600b982ae5e4e4604cc1e521c888923.tar.bz2
fix the shared build
TBR=henrika Review URL: https://chromiumcodereview.appspot.com/10533044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r--media/audio/async_socket_io_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/audio/async_socket_io_handler.h b/media/audio/async_socket_io_handler.h
index 463b2ca..0bbb5c1 100644
--- a/media/audio/async_socket_io_handler.h
+++ b/media/audio/async_socket_io_handler.h
@@ -50,8 +50,8 @@ typedef MessageLoopForIO::Watcher MessageLoopIOHandler;
// };
//
class MEDIA_EXPORT AsyncSocketIoHandler
- : public base::NonThreadSafe,
- public MessageLoopIOHandler {
+ : public NON_EXPORTED_BASE(base::NonThreadSafe),
+ public NON_EXPORTED_BASE(MessageLoopIOHandler) {
public:
AsyncSocketIoHandler();
virtual ~AsyncSocketIoHandler();