Index: webrtc/rtc_base/applefilesystem.mm |
diff --git a/webrtc/rtc_base/applefilesystem.mm b/webrtc/rtc_base/applefilesystem.mm |
index 5fa2055e15e3a9e956e0e51d069a463f065b7baf..23df7f8868fa1c5c06252b36ae6b379ecdeb3a38 100644 |
--- a/webrtc/rtc_base/applefilesystem.mm |
+++ b/webrtc/rtc_base/applefilesystem.mm |
@@ -16,8 +16,8 @@ |
#import <Foundation/NSProcessInfo.h> |
#include <string.h> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/pathutils.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/pathutils.h" |
// Return a new[]'d |char*| copy of the UTF8 representation of |s|. |
// Caller owns the returned memory and must use delete[] on it. |