Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index c7462488e883bde329b393b3701d8040e384813b..0fb16d5001e5acd2d7f34862c963041f1c351820 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -418,7 +418,7 @@ bool PathProvider(int key, base::FilePath* result) { |
#if defined(OS_ANDROID) |
// On Android, our tests don't have permission to write to DIR_MODULE. |
// gtest/test_runner.py pushes data to external storage. |
- if (!PathService::Get(base::DIR_ANDROID_EXTERNAL_STORAGE, &cur)) |
+ if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur)) |
return false; |
#else |
if (!PathService::Get(base::DIR_MODULE, &cur)) |