Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Added the lint check for the folder to the presubmit script.

BUG=webrtc:5310

Review URL: https://codereview.webrtc.org/1520513003

Cr-Commit-Position: refs/heads/master@{#11021}
This commit is contained in:
terelius
2015-12-15 00:51:54 -08:00
committed by Commit bot
parent 498ae00f39
commit 8f09f170e6
24 changed files with 116 additions and 108 deletions

View File

@ -20,6 +20,7 @@ CPPLINT_DIRS = [
'webrtc/call',
'webrtc/common_video',
'webrtc/examples',
'webrtc/modules/remote_bitrate_estimator',
'webrtc/modules/video_processing',
'webrtc/sound',
'webrtc/tools',