| Index: webrtc/system_wrappers/source/data_log_c_helpers_unittest.c
|
| diff --git a/webrtc/system_wrappers/source/data_log_c_helpers_unittest.c b/webrtc/system_wrappers/source/data_log_c_helpers_unittest.c
|
| index 524bd24e1cc28b93a225c320acc4047055d0cca7..0b05e224eb234d218737913eb35a647ecdda95ad 100644
|
| --- a/webrtc/system_wrappers/source/data_log_c_helpers_unittest.c
|
| +++ b/webrtc/system_wrappers/source/data_log_c_helpers_unittest.c
|
| @@ -14,7 +14,7 @@
|
| #include <stdlib.h>
|
| #include <string.h>
|
|
|
| -#include "webrtc/system_wrappers/interface/data_log_c.h"
|
| +#include "webrtc/system_wrappers/include/data_log_c.h"
|
|
|
| enum { kTestArrayLen = 4 };
|
| static const char kTableName[] = "c_wrapper_table";
|
|
|