Make lint errors fatal in presubmit and fix files in whitelisted paths

BUG=webrtc:5149

Review-Url: https://codereview.webrtc.org/2762963002
Cr-Commit-Position: refs/heads/master@{#17323}
This commit is contained in:
oprypin
2017-03-21 07:52:41 -07:00
committed by Commit bot
parent 92e448d529
commit 8e58d65ddf
6 changed files with 11 additions and 13 deletions

View File

@ -11,10 +11,9 @@
#ifndef WEBRTC_MODULES_VIDEO_CODING_CODECS_TEST_MOCK_MOCK_PACKET_MANIPULATOR_H_
#define WEBRTC_MODULES_VIDEO_CODING_CODECS_TEST_MOCK_MOCK_PACKET_MANIPULATOR_H_
#include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
#include <string>
#include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
#include "webrtc/test/gmock.h"
#include "webrtc/typedefs.h"
#include "webrtc/video_frame.h"