commit | 77eab704707e03c74eda3126b92e4ef5e2b7eb4d | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Wed Sep 28 17:42:01 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Sep 29 00:42:08 2016 +0000 |
tree | 4f846fe718f7b664f9ddddbf2603d56a53b05e98 | |
parent | 51f29197e67817f3d4d77a2d1b3018c06368a2cc [diff] [blame] |
Enable the -Wundef warning for clang NOPRESUBMIT=true BUG=webrtc:6398 Review-Url: https://codereview.webrtc.org/2358993004 Cr-Commit-Position: refs/heads/master@{#14425}
diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc index d9c8af0..c639f98 100644 --- a/webrtc/api/peerconnectioninterface_unittest.cc +++ b/webrtc/api/peerconnectioninterface_unittest.cc
@@ -12,7 +12,7 @@ #include <string> #include <utility> -#include "testing/gmock/include/gmock/gmock.h" +#include "webrtc/test/gmock.h" #include "webrtc/api/audiotrack.h" #include "webrtc/api/jsepsessiondescription.h" #include "webrtc/api/mediastream.h"