Fix some chromium-style warnings in webrtc/modules/audio_processing/

BUG=163
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1902004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4472 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-08-02 11:44:11 +00:00
parent 4ebd8efc09
commit 9162080527
12 changed files with 143 additions and 136 deletions

View File

@ -258,8 +258,8 @@ class AudioProcessing : public Module {
};
// Inherited from Module.
virtual int32_t TimeUntilNextProcess() { return -1; }
virtual int32_t Process() { return -1; }
virtual int32_t TimeUntilNextProcess() OVERRIDE;
virtual int32_t Process() OVERRIDE;
};
// The acoustic echo cancellation (AEC) component provides better performance