| Index: content/browser/media/capture/desktop_capture_device_unittest.cc
|
| diff --git a/content/browser/media/capture/desktop_capture_device_unittest.cc b/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| index 63f655f4b3436c3534cee1c414d8bdfe3b44d16b..5210e7647e4fa362cc712e6024a2c33ed0f4cf86 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_unittest.cc
|
| @@ -58,7 +58,7 @@ const uint8_t kFakePixelValue = 1;
|
| // frame test.
|
| const uint8_t kFakePixelValueFirst = 2;
|
|
|
| -class MockDeviceClient : public media::VideoCaptureDevice::Client {
|
| +class MockDeviceClient : public device::VideoCaptureDevice::Client {
|
| public:
|
| MOCK_METHOD6(OnIncomingCapturedData,
|
| void(const uint8_t* data,
|
|
|