commit | 0099492c6600b982ae5e4e4604cc1e521c888923 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jun 07 12:59:50 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jun 07 12:59:50 2012 |
tree | da1cb2492329304703d1cbb337212eaf8fe4574d | |
parent | 4e365b8162aa4bd2fa2f731d7f4c6155f5f9bb1d [diff] [blame] |
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
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 @@ // }; // class MEDIA_EXPORT AsyncSocketIoHandler - : public base::NonThreadSafe, - public MessageLoopIOHandler { + : public NON_EXPORTED_BASE(base::NonThreadSafe), + public NON_EXPORTED_BASE(MessageLoopIOHandler) { public: AsyncSocketIoHandler(); virtual ~AsyncSocketIoHandler();