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:
kjellander
2016-02-05 00:23:50 -08:00
committed by Commit bot
parent a96e2d77cb
commit 988d31eb9b
17 changed files with 28 additions and 28 deletions

View File

@ -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