Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Unified Diff: webrtc/rtc_base/applefilesystem.mm

Issue 2974613003: base->rtc_base: Update .c, .mm and .java files. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « webrtc/modules/video_capture/objc/video_capture.mm ('k') | webrtc/rtc_base/java/src/org/webrtc/Logging.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698