| Index: webrtc/base/pathutils.cc
 | 
| diff --git a/webrtc/base/pathutils.cc b/webrtc/base/pathutils.cc
 | 
| index a420eb5136af9134752c250556fe62164db78f7e..90869b482a107d21cad25207320a0a621b3f88d8 100644
 | 
| --- a/webrtc/base/pathutils.cc
 | 
| +++ b/webrtc/base/pathutils.cc
 | 
| @@ -33,7 +33,7 @@ const char EXT_DELIM = '.';
 | 
|  const char* const FOLDER_DELIMS = "/\\";
 | 
|  
 | 
|  // DEFAULT_FOLDER_DELIM is the preferred delimiter for this platform
 | 
| -#if WEBRTC_WIN
 | 
| +#ifdef WEBRTC_WIN
 | 
|  const char DEFAULT_FOLDER_DELIM = '\\';
 | 
|  #else  // !WEBRTC_WIN
 | 
|  const char DEFAULT_FOLDER_DELIM = '/';
 | 
| 
 |