• tommi@chromium.org's avatar
    Move AudioDevice and AudioInputDevice to media. · 9840d2cf
    tommi@chromium.org authored
    This CL does the following:
    * Move AudioDevice, AudioInputDevice out of content, into media/audio.
    * ...and a couple of dependent classes: AudioDeviceThread and ScopedLoopObserver.
    * ...and the unit test.
    * Renamed AudioDevice -> AudioOutputDevice
    * Moved the classes into the media namespace.
    * Updated the unit test code as necessary.
    
    Aside from the unit test*, there are minimal code changes.  Only what was required to make things build and work as before - mostly just adding or removing "media::".
    
    * The unit test changes were to add expectations for AddDelegate/RemoveDelegate since previously a mock class was inheriting from AudioMessageFilter and not the IPC interface.
    Review URL: https://chromiumcodereview.appspot.com/10834033
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148777 0039d316-1c4b-4281-b951-d872f2087c98
    9840d2cf
audio_device_factory.h 1.85 KB