Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: webrtc/test/testsupport/fileutils.cc

Issue 2074043002: Roll chromium_revision 7fa6701bc5..1a73d11e65 (398458:399420) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_overrides/build.gni ('k') | webrtc/webrtc_perf_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « build_overrides/build.gni ('k') | webrtc/webrtc_perf_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698