| Index: base/file_path.h
 | 
| diff --git a/base/file_path.h b/base/file_path.h
 | 
| index c01da94026801a57a6933081e06b3c389ec3240d..707d4abefdbe31b8ebdabcd7f7e0a924cd90d85f 100644
 | 
| --- a/base/file_path.h
 | 
| +++ b/base/file_path.h
 | 
| @@ -408,7 +408,7 @@ class BASE_EXPORT FilePath {
 | 
|  // http://crosbug.com/39008 MTPD has a circular dependency on base and uses the
 | 
|  // old non-namespaced FilePath.
 | 
|  #if defined(MTPD_DEVICE_MANAGER_H_) || defined(OS_CHROMEOS) || \
 | 
| -    !defined(OS_LINUX)
 | 
| +    (!defined(OS_LINUX) && !defined(OS_MAXOSX))
 | 
|  using base::FilePath;
 | 
|  #endif
 | 
|  
 | 
| 
 |