Chromium Code Reviews| Index: webrtc/base/scoped_ptr.h |
| diff --git a/webrtc/base/scoped_ptr.h b/webrtc/base/scoped_ptr.h |
| index 676343edc89085bd9320fc04506e4aafd510257d..203a00138e62de3a2473b8fd4efcfb6cb4311d29 100644 |
| --- a/webrtc/base/scoped_ptr.h |
| +++ b/webrtc/base/scoped_ptr.h |
| @@ -298,7 +298,7 @@ class scoped_ptr_impl { |
| Data data_; |
| - DISALLOW_COPY_AND_ASSIGN(scoped_ptr_impl); |
| + RTC_DISALLOW_COPY_AND_ASSIGN(scoped_ptr_impl); |
| }; |
| } // namespace internal |