| Index: webrtc/test/test_main.cc
|
| diff --git a/webrtc/test/test_main.cc b/webrtc/test/test_main.cc
|
| index a435575f88fb5535ca9cff9fb77f7252b1744473..a92ad9f5e6398ec302327d378b5f22ca89d71bfb 100644
|
| --- a/webrtc/test/test_main.cc
|
| +++ b/webrtc/test/test_main.cc
|
| @@ -11,6 +11,7 @@
|
| #include "gflags/gflags.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webrtc/base/logging.h"
|
| +#include "webrtc/system_wrappers/include/metrics_default.h"
|
| #include "webrtc/test/field_trial.h"
|
| #include "webrtc/test/testsupport/fileutils.h"
|
|
|
| @@ -34,5 +35,6 @@ int main(int argc, char* argv[]) {
|
|
|
| webrtc::test::SetExecutablePath(argv[0]);
|
| webrtc::test::InitFieldTrialsFromString(FLAGS_force_fieldtrials);
|
| + webrtc::metrics::Enable();
|
| return RUN_ALL_TESTS();
|
| }
|
|
|