Index: content/browser/renderer_host/media/desktop_capture_device_unittest.cc |
diff --git a/content/browser/renderer_host/media/desktop_capture_device_unittest.cc b/content/browser/renderer_host/media/desktop_capture_device_unittest.cc |
index 03dbd53059fca18372741846a09c805ddcee4b30..9ae5469461699314dd1aed8b275ddad65f772479 100644 |
--- a/content/browser/renderer_host/media/desktop_capture_device_unittest.cc |
+++ b/content/browser/renderer_host/media/desktop_capture_device_unittest.cc |
@@ -47,14 +47,14 @@ class MockDeviceClient : public media::VideoCaptureDevice::Client { |
MOCK_METHOD5(OnIncomingCapturedFrame, |
void(const uint8* data, |
int length, |
- base::Time timestamp, |
+ base::TimeTicks timestamp, |
int rotation, |
const media::VideoCaptureFormat& frame_format)); |
MOCK_METHOD5(OnIncomingCapturedBuffer, |
void(const scoped_refptr<Buffer>& buffer, |
media::VideoFrame::Format format, |
const gfx::Size& dimensions, |
- base::Time timestamp, |
+ base::TimeTicks timestamp, |
int frame_rate)); |
}; |