Move gtest_prod_util.h out of webrtc/test tree.
This is needed because the target is defined in webrtc/common.gyp and its current location crosses package boundaries when generating projects for some build systems. NOTRY=True Review URL: https://codereview.webrtc.org/1665603003 Cr-Commit-Position: refs/heads/master@{#11496}
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "webrtc/base/gtest_prod_util.h"
|
||||
#include "webrtc/base/scoped_ptr.h"
|
||||
#include "webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h"
|
||||
#include "webrtc/test/testsupport/gtest_prod_util.h"
|
||||
|
||||
//
|
||||
// The Nack class keeps track of the lost packets, an estimate of time-to-play
|
||||
|
||||
Reference in New Issue
Block a user