Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: base/mac/foundation_util.h

Issue 9652005: base: Add more BASE_EXPORT macros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/string16.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | base/string16.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698