summaryrefslogtreecommitdiffstats
path: root/base/android
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 20:37:54 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 20:37:54 +0000
commit3d1b4ba0ead1de7afad2afc9987bde3da3008870 (patch)
treeb7752a6212e0145d3d495f8d596e67ffa557f1e8 /base/android
parentd36a1204afe32cebab788a201778fc4de0361896 (diff)
downloadchromium_src-3d1b4ba0ead1de7afad2afc9987bde3da3008870.zip
chromium_src-3d1b4ba0ead1de7afad2afc9987bde3da3008870.tar.gz
chromium_src-3d1b4ba0ead1de7afad2afc9987bde3da3008870.tar.bz2
Let base_unittests build with the components build on android
BUG=158821 Review URL: https://codereview.chromium.org/11416289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/android')
-rw-r--r--base/android/path_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/android/path_utils.h b/base/android/path_utils.h
index 0d95cd3..78f0267 100644
--- a/base/android/path_utils.h
+++ b/base/android/path_utils.h
@@ -33,7 +33,7 @@ bool GetDownloadsDirectory(FilePath* result);
// Retrieves the path to the native JNI libraries via
// ApplicationInfo.nativeLibraryDir on the Java side. The result is placed in
// the FilePath pointed to by 'result'.
-bool GetNativeLibraryDirectory(FilePath* result);
+BASE_EXPORT bool GetNativeLibraryDirectory(FilePath* result);
// Retrieves the absolute path to the external storage directory. The result
// is placed in the FilePath pointed to by 'result'.