| Index: webrtc/test/testsupport/iosfileutils.mm
|
| diff --git a/webrtc/test/testsupport/iosfileutils.mm b/webrtc/test/testsupport/iosfileutils.mm
|
| index 7d530ec649d57e6d8f151d91b4b44f5b621db9eb..b3262c56defb13f7a98ec8f0d3e85805ca9370ce 100644
|
| --- a/webrtc/test/testsupport/iosfileutils.mm
|
| +++ b/webrtc/test/testsupport/iosfileutils.mm
|
| @@ -13,9 +13,9 @@
|
| #import <Foundation/Foundation.h>
|
| #include <string.h>
|
|
|
| -#include "webrtc/base/checks.h"
|
| -#include "webrtc/typedefs.h"
|
| +#include "webrtc/rtc_base/checks.h"
|
| #include "webrtc/sdk/objc/Framework/Classes/Common/helpers.h"
|
| +#include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
| namespace test {
|
|
|