Added new mixer folder to CPPLINT_DIRS. Fixed one small issue.

NOTRY=True

Review-Url: https://codereview.webrtc.org/2228503003
Cr-Commit-Position: refs/heads/master@{#13677}
This commit is contained in:
aleloi 2016-08-08 10:26:09 -07:00 committed by Commit bot
parent 6382a19dc4
commit df9e4d9fce
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ CPPLINT_DIRS = [
'webrtc/call',
'webrtc/common_video',
'webrtc/examples',
'webrtc/modules/audio_mixer',
'webrtc/modules/bitrate_controller',
'webrtc/modules/congestion_controller',
'webrtc/modules/pacing',

View File

@ -14,6 +14,7 @@
#include <list>
#include <map>
#include <memory>
#include <vector>
#include "webrtc/base/thread_checker.h"
#include "webrtc/engine_configurations.h"