Index: base/test/test_support_android.cc |
diff --git a/base/test/test_support_android.cc b/base/test/test_support_android.cc |
index 08a2820b800418cbcdbb2649fd58f7e274de7324..d746293040b8075df29873bd691266455c75f156 100644 |
--- a/base/test/test_support_android.cc |
+++ b/base/test/test_support_android.cc |
@@ -136,7 +136,7 @@ bool GetTestProviderPath(int key, base::FilePath* result) { |
switch (key) { |
case base::DIR_ANDROID_APP_DATA: { |
// For tests, app data is put in external storage. |
- return base::android::GetExternalStorageDirectory(result); |
+ return PathService::Get(base::DIR_SOURCE_ROOT, result); |
} |
default: |
return false; |