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

Unified Diff: content/browser/media/capture/desktop_capture_device_unittest.cc

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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
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,

Powered by Google App Engine
This is Rietveld 408576698