summaryrefslogtreecommitdiffstats
path: root/base/mac
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-10 00:38:48 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-10 00:38:48 +0000
commit63b8b017168e932dcf3f98fa957608382f160cff (patch)
tree343adf7bcf69b193af94d72377cd90df1f664157 /base/mac
parenta0e0aab9665965dcb1d341870df6d04463b79b24 (diff)
downloadchromium_src-63b8b017168e932dcf3f98fa957608382f160cff.zip
chromium_src-63b8b017168e932dcf3f98fa957608382f160cff.tar.gz
chromium_src-63b8b017168e932dcf3f98fa957608382f160cff.tar.bz2
Fix Mac component build
In r136174 I broke the Mac component build. Fix was to properly export GetSearchPathDirectory(). BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10387050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac')
-rw-r--r--base/mac/foundation_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
index ea8d5c1..21a0c0f 100644
--- a/base/mac/foundation_util.h
+++ b/base/mac/foundation_util.h
@@ -60,9 +60,9 @@ BASE_EXPORT OSType CreatorCodeForApplication();
// Searches for directories for the given key in only the given |domain_mask|.
// If found, fills result (which must always be non-NULL) with the
// first found directory and returns true. Otherwise, returns false.
-bool GetSearchPathDirectory(NSSearchPathDirectory directory,
- NSSearchPathDomainMask domain_mask,
- FilePath* result);
+BASE_EXPORT bool GetSearchPathDirectory(NSSearchPathDirectory directory,
+ NSSearchPathDomainMask domain_mask,
+ FilePath* result);
// Searches for directories for the given key in only the local domain.
// If found, fills result (which must always be non-NULL) with the