Index: webrtc/rtc_base/macutils_unittest.cc |
diff --git a/webrtc/rtc_base/macutils_unittest.cc b/webrtc/rtc_base/macutils_unittest.cc |
index d3e33e43b5bf328b038f3ff75e48d5c4e5a2ae98..f5f4b8d4d8146d7f4275016ccb2301eb5926269b 100644 |
--- a/webrtc/rtc_base/macutils_unittest.cc |
+++ b/webrtc/rtc_base/macutils_unittest.cc |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/gunit.h" |
-#include "webrtc/base/macutils.h" |
+#include "webrtc/rtc_base/macutils.h" |
+#include "webrtc/rtc_base/gunit.h" |
TEST(MacUtilsTest, GetOsVersionName) { |
rtc::MacOSVersionName ver = rtc::GetOSVersionName(); |