| Index: talk/app/webrtc/remotevideocapturer.h
|
| diff --git a/talk/app/webrtc/remotevideocapturer.h b/talk/app/webrtc/remotevideocapturer.h
|
| index 1bb4d07bdd4316eac58548cf0b02e2d99ebc7681..1429ffb9ccd47ba8274653f195c24bbabc246fc6 100644
|
| --- a/talk/app/webrtc/remotevideocapturer.h
|
| +++ b/talk/app/webrtc/remotevideocapturer.h
|
| @@ -57,7 +57,7 @@ class RemoteVideoCapturer : public cricket::VideoCapturer {
|
| bool IsScreencast() const override;
|
|
|
| private:
|
| - DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
|
| };
|
|
|
| } // namespace webrtc
|
|
|