Index: talk/media/base/videocapturer.h |
diff --git a/talk/media/base/videocapturer.h b/talk/media/base/videocapturer.h |
index df9cf7f06c6c3d04fa83d277ea6cb8bcdb3aca54..95cb9e95f59ec5161d10aa8ade6874f6ae689084 100644 |
--- a/talk/media/base/videocapturer.h |
+++ b/talk/media/base/videocapturer.h |
@@ -104,7 +104,7 @@ struct CapturedFrame { |
// memory or points to an existing memory. |
private: |
- DISALLOW_COPY_AND_ASSIGN(CapturedFrame); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(CapturedFrame); |
}; |
// VideoCapturer is an abstract class that defines the interfaces for video |
@@ -397,7 +397,7 @@ class VideoCapturer |
// Whether capturer should apply rotation to the frame before signaling it. |
bool apply_rotation_; |
- DISALLOW_COPY_AND_ASSIGN(VideoCapturer); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(VideoCapturer); |
}; |
} // namespace cricket |