| Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h
|
| index 23fce00d8cdd8402bb114ce57b947bbcc159ce3d..4115d30c2a66ed2e344ffa277c09b0fca8d441bf 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h
|
| @@ -248,7 +248,7 @@ class Logging {
|
| Context(const char* name, int64_t timestamp_ms, bool enabled);
|
| ~Context();
|
| private:
|
| - DISALLOW_IMPLICIT_CONSTRUCTORS(Context);
|
| + RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(Context);
|
| };
|
|
|
| static Logging* GetInstance();
|
| @@ -313,7 +313,7 @@ class Logging {
|
| rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_;
|
| ThreadMap thread_map_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(Logging);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(Logging);
|
| };
|
| } // namespace bwe
|
| } // namespace testing
|
|
|