summaryrefslogtreecommitdiff
path: root/chromium/content/browser/media/capture/desktop_capture_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/media/capture/desktop_capture_device.h')
-rw-r--r--chromium/content/browser/media/capture/desktop_capture_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/browser/media/capture/desktop_capture_device.h b/chromium/content/browser/media/capture/desktop_capture_device.h
index 5263d45d726..07719176eea 100644
--- a/chromium/content/browser/media/capture/desktop_capture_device.h
+++ b/chromium/content/browser/media/capture/desktop_capture_device.h
@@ -63,7 +63,7 @@ class CONTENT_EXPORT DesktopCaptureDevice : public media::VideoCaptureDevice {
// other testing entities inheriting the common runner and tick interfaces.
void SetMockTimeForTesting(
scoped_refptr<base::SingleThreadTaskRunner> task_runner,
- std::unique_ptr<base::TickClock> tick_clock);
+ const base::TickClock* tick_clock);
base::Thread thread_;
std::unique_ptr<Core> core_;