Index: content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc |
diff --git a/content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc b/content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc |
index 8ad1495a70c2a2fd361bd9e8b59fc2f38bf63adf..d5818171edfe9fb51b176acf5391a133c0550a17 100644 |
--- a/content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc |
+++ b/content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc |
@@ -36,14 +36,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)); |
}; |