| Index: webrtc/tools/simple_command_line_parser.h
|
| diff --git a/webrtc/tools/simple_command_line_parser.h b/webrtc/tools/simple_command_line_parser.h
|
| index c7bed5cd3a8d00eeffd4bc6a755931bff198d46c..960038bd9cba8395dc9d482a8abcab51756c21e6 100644
|
| --- a/webrtc/tools/simple_command_line_parser.h
|
| +++ b/webrtc/tools/simple_command_line_parser.h
|
| @@ -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
|
|
|