| Index: webrtc/base/rate_statistics_unittest.cc | 
| diff --git a/webrtc/modules/remote_bitrate_estimator/rate_statistics_unittest.cc b/webrtc/base/rate_statistics_unittest.cc | 
| similarity index 97% | 
| rename from webrtc/modules/remote_bitrate_estimator/rate_statistics_unittest.cc | 
| rename to webrtc/base/rate_statistics_unittest.cc | 
| index 0cbab30bc139ed30fa18277d36bc29427911c9ba..0270253d5e2f919a99f7c627a467c5d86aaad94d 100644 | 
| --- a/webrtc/modules/remote_bitrate_estimator/rate_statistics_unittest.cc | 
| +++ b/webrtc/base/rate_statistics_unittest.cc | 
| @@ -9,7 +9,7 @@ | 
| */ | 
|  | 
| #include "testing/gtest/include/gtest/gtest.h" | 
| -#include "webrtc/modules/remote_bitrate_estimator/rate_statistics.h" | 
| +#include "webrtc/base/rate_statistics.h" | 
|  | 
| namespace { | 
|  | 
|  |