| Index: chrome/common/chrome_paths.cc
 | 
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
 | 
| index accbe55adfe823f68500e13bc11a36de8af5c2fb..86499317e4c2028b723a1ff81878c8cea4d7add8 100644
 | 
| --- a/chrome/common/chrome_paths.cc
 | 
| +++ b/chrome/common/chrome_paths.cc
 | 
| @@ -444,7 +444,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))
 | 
| 
 |