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