diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp index 7cefd135b6..e66fa7f7d2 100644 --- a/webrtc/api/api_tests.gyp +++ b/webrtc/api/api_tests.gyp @@ -43,7 +43,7 @@ 'peerconnectionendtoend_unittest.cc', 'peerconnectionfactory_unittest.cc', 'peerconnectioninterface_unittest.cc', - # 'peerconnectionproxy_unittest.cc', + 'proxy_unittest.cc', 'rtpsenderreceiver_unittest.cc', 'statscollector_unittest.cc', 'test/fakeaudiocapturemodule.cc', diff --git a/webrtc/api/proxy_unittest.cc b/webrtc/api/proxy_unittest.cc index 85e5438076..2578e9b4b1 100644 --- a/webrtc/api/proxy_unittest.cc +++ b/webrtc/api/proxy_unittest.cc @@ -12,7 +12,7 @@ #include -#include "testing/base/public/gmock.h" +#include "testing/gmock/include/gmock/gmock.h" #include "webrtc/base/gunit.h" #include "webrtc/base/refcount.h" #include "webrtc/base/scoped_ptr.h"