| Index: webrtc/system_wrappers/source/thread_unittest.cc
|
| diff --git a/webrtc/system_wrappers/source/thread_unittest.cc b/webrtc/system_wrappers/source/thread_unittest.cc
|
| index 854f98bbd91abce7ffdbd33532c0782a958a7702..c8e180ba32a2a88256770d9008fd03d3f4292979 100644
|
| --- a/webrtc/system_wrappers/source/thread_unittest.cc
|
| +++ b/webrtc/system_wrappers/source/thread_unittest.cc
|
| @@ -8,11 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/system_wrappers/interface/thread_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/thread_wrapper.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| -#include "webrtc/system_wrappers/interface/sleep.h"
|
| +#include "webrtc/system_wrappers/include/sleep.h"
|
|
|
| namespace webrtc {
|
|
|
|
|