Index: base/file_util_android.cc |
diff --git a/base/file_util_android.cc b/base/file_util_android.cc |
index eff3a4665a685790b0ded7d04ca1c9724734be3c..6807d8d504a109e744578b26ad0f9a2294b1f4c3 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; |
} |