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:
@ -16,7 +16,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "webrtc/base/constructormagic.h"
|
||||
#include "webrtc/test/testsupport/gtest_prod_util.h"
|
||||
#include "webrtc/base/gtest_prod_util.h"
|
||||
|
||||
// This is a very basic command line parsing class. We pass the command line
|
||||
// arguments and their number and the class forms a vector out of these. Than we
|
||||
|
||||
Reference in New Issue
Block a user