| Index: webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
|
| diff --git a/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h b/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
|
| index 186b9bf58f0061b343b8bc8b6f18bae6e6cf54e3..838966d46ebe82b8e9b293a056136321cc3e4d01 100644
|
| --- a/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
|
| +++ b/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
|
| @@ -16,7 +16,6 @@
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/modules/desktop_capture/window_capturer.h"
|
| #include "webrtc/system_wrappers/include/atomic32.h"
|
| -#include "webrtc/system_wrappers/include/tick_util.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -60,7 +59,7 @@ class FullScreenChromeWindowDetector {
|
| // full-screen window exists in the list) if Capture() is called too soon.
|
| WindowCapturer::WindowList current_window_list_;
|
| WindowCapturer::WindowList previous_window_list_;
|
| - TickTime last_udpate_time_;
|
| + int64_t last_update_time_ns_;
|
|
|
| RTC_DISALLOW_COPY_AND_ASSIGN(FullScreenChromeWindowDetector);
|
| };
|
|
|