| Index: base/mac/foundation_util.h | 
| diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h | 
| index 56798c96f5a7e69bc94fc22ede88853246ffc772..d2e31deccfb059064ea4456f205090db8dc86f61 100644 | 
| --- a/base/mac/foundation_util.h | 
| +++ b/base/mac/foundation_util.h | 
| @@ -44,7 +44,7 @@ BASE_EXPORT void SetOverrideAmIBundled(bool value); | 
| BASE_EXPORT bool IsBackgroundOnlyProcess(); | 
|  | 
| // Returns the path to a resource within the framework bundle. | 
| -FilePath PathForFrameworkBundleResource(CFStringRef resourceName); | 
| +BASE_EXPORT FilePath PathForFrameworkBundleResource(CFStringRef resourceName); | 
|  | 
| // Returns the creator code associated with the CFBundleRef at bundle. | 
| OSType CreatorCodeForCFBundleRef(CFBundleRef bundle); | 
| @@ -311,10 +311,10 @@ T GetValueFromDictionary(CFDictionaryRef dict, CFStringRef key) { | 
| } | 
|  | 
| // Converts |path| to an autoreleased NSString. Returns nil if |path| is empty. | 
| -NSString* FilePathToNSString(const FilePath& path); | 
| +BASE_EXPORT NSString* FilePathToNSString(const FilePath& path); | 
|  | 
| // Converts |str| to a FilePath. Returns an empty path if |str| is nil. | 
| -FilePath NSStringToFilePath(NSString* str); | 
| +BASE_EXPORT FilePath NSStringToFilePath(NSString* str); | 
|  | 
| }  // namespace mac | 
| }  // namespace base | 
|  |