Chromium Code Reviews| Index: base/mac/foundation_util.h |
| diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h |
| index 67e41e1ae26ba45bc447f13e57054616ca5b8d99..193ac0f9e0580a6aba73801ebca96096e5816872 100644 |
| --- a/base/mac/foundation_util.h |
| +++ b/base/mac/foundation_util.h |
| @@ -289,6 +289,12 @@ T GetValueFromDictionary(CFDictionaryRef dict, CFStringRef key) { |
| return value_specific; |
| } |
| +// Converts |path| to a NSString. |
|
Mark Mentovai
2012/02/08 04:29:04
State that the NSString will be autoreleased. Stat
sail
2012/02/08 05:21:38
Done.
|
| +NSString* FilePathToNSString(const FilePath& path); |
| + |
| +// Converts |str| to a FilePath. |
| +FilePath NSStringToFilePath(NSString* str); |
| + |
| } // namespace mac |
| } // namespace base |