diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 20:37:54 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 20:37:54 +0000 |
commit | 3d1b4ba0ead1de7afad2afc9987bde3da3008870 (patch) | |
tree | b7752a6212e0145d3d495f8d596e67ffa557f1e8 /base/android | |
parent | d36a1204afe32cebab788a201778fc4de0361896 (diff) | |
download | chromium_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.h | 2 |
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'. |