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..53129da251641f6573fadb3a084eb61b84ea895f 100644 |
| --- a/base/mac/foundation_util.h |
| +++ b/base/mac/foundation_util.h |
| @@ -289,6 +289,9 @@ T GetValueFromDictionary(CFDictionaryRef dict, CFStringRef key) { |
| return value_specific; |
| } |
| +NSString* FilePathToNSString(const FilePath& path); |
|
Robert Sesek
2012/02/08 00:59:38
Need comments. And tests: success, nil NSString, e
sail
2012/02/08 01:47:20
Done.
|
| +FilePath NSStringToFilePath(NSString* str); |
| + |
| } // namespace mac |
| } // namespace base |