| Index: webrtc/system_wrappers/source/data_log_unittest.cc
|
| diff --git a/webrtc/system_wrappers/source/data_log_unittest.cc b/webrtc/system_wrappers/source/data_log_unittest.cc
|
| index e36226992f83ef1f8735d6c79ca01120926afe85..53f201ca5fe1af54c2e74fa9d78aebbe4e80e831 100644
|
| --- a/webrtc/system_wrappers/source/data_log_unittest.cc
|
| +++ b/webrtc/system_wrappers/source/data_log_unittest.cc
|
| @@ -8,13 +8,13 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/system_wrappers/interface/data_log.h"
|
| +#include "webrtc/system_wrappers/include/data_log.h"
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webrtc/system_wrappers/interface/data_log_c.h"
|
| +#include "webrtc/system_wrappers/include/data_log_c.h"
|
| #include "webrtc/system_wrappers/source/data_log_c_helpers_unittest.h"
|
|
|
| using ::webrtc::DataLog;
|
|
|