| Index: remoting/host/ipc_video_frame_capturer.h
|
| diff --git a/remoting/host/ipc_video_frame_capturer.h b/remoting/host/ipc_video_frame_capturer.h
|
| index 67bfe100f6b41423fd4e38318aec04662bbf5470..2ab0ce12c42ecba9cd49c13771132f47047d0405 100644
|
| --- a/remoting/host/ipc_video_frame_capturer.h
|
| +++ b/remoting/host/ipc_video_frame_capturer.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
|
| #define REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/weak_ptr.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_capturer.h"
|
|
|
| namespace remoting {
|
|
|