Index: webrtc/base/unixfilesystem.cc |
diff --git a/webrtc/base/unixfilesystem.cc b/webrtc/base/unixfilesystem.cc |
index 734e880d9e4835b86a02a2657cc4e8fa1643d972..b4743241925e166fd92db83371203259d06aa12b 100644 |
--- a/webrtc/base/unixfilesystem.cc |
+++ b/webrtc/base/unixfilesystem.cc |
@@ -373,7 +373,7 @@ bool UnixFilesystem::GetAppPathname(Pathname* path) { |
return success; |
#elif defined(__native_client__) |
return false; |
-#elif IOS |
+#elif WEBRTC_IOS |
IOSAppName(path); |
return true; |
#else // WEBRTC_MAC && !defined(WEBRTC_IOS) |