| Index: webrtc/test/testsupport/fileutils.cc | 
| diff --git a/webrtc/test/testsupport/fileutils.cc b/webrtc/test/testsupport/fileutils.cc | 
| index d99b990918cab464879f313b165f68d9070b447a..4bf8c5fa19178048ec4edda00e001796962a7a66 100644 | 
| --- a/webrtc/test/testsupport/fileutils.cc | 
| +++ b/webrtc/test/testsupport/fileutils.cc | 
| @@ -57,7 +57,7 @@ const char* kPathDelimiter = "/"; | 
| #endif | 
|  | 
| #ifdef WEBRTC_ANDROID | 
| -const char* kRootDirName = "/sdcard/"; | 
| +const char* kRootDirName = "/sdcard/chromium_tests_root/"; | 
| #else | 
| // The file we're looking for to identify the project root dir. | 
| const char* kProjectRootFileName = "DEPS"; | 
|  |