summaryrefslogtreecommitdiffstats
path: root/base/android
diff options
context:
space:
mode:
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'.