summaryrefslogtreecommitdiffstats
path: root/base/file_util_android.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_util_android.cc')
-rw-r--r--base/file_util_android.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util_android.cc b/base/file_util_android.cc
index eff3a46..6807d8d 100644
--- a/base/file_util_android.cc
+++ b/base/file_util_android.cc
@@ -8,7 +8,7 @@
namespace file_util {
-bool GetShmemTempDir(FilePath* path) {
+bool GetShmemTempDir(FilePath* path, bool executable) {
*path = FilePath("/data/local/tmp");
return true;
}