Index: webrtc/common_audio/window_generator.h |
diff --git a/webrtc/common_audio/window_generator.h b/webrtc/common_audio/window_generator.h |
index f28542c8f96d8f9cf41a35ec819114dfe27af8a2..25dd233b44b6fb13ffa022320bcc122ecc9d53ce 100644 |
--- a/webrtc/common_audio/window_generator.h |
+++ b/webrtc/common_audio/window_generator.h |
@@ -24,7 +24,7 @@ class WindowGenerator { |
static void KaiserBesselDerived(float alpha, size_t length, float* window); |
private: |
- DISALLOW_IMPLICIT_CONSTRUCTORS(WindowGenerator); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(WindowGenerator); |
}; |
} // namespace webrtc |