Index: testing/android/native_test_launcher.cc |
diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc |
index bc5d47f3b9313321a6800776af54e883a2864059..455d43d749442ed2eff93c040506ae92639200b8 100644 |
--- a/testing/android/native_test_launcher.cc |
+++ b/testing/android/native_test_launcher.cc |
@@ -128,7 +128,7 @@ void LibraryLoadedOnMainThread(JNIEnv* env) { |
// internal gtest data structures based on the command line. |
// It needs to be scoped as it also resets the CommandLine. |
std::vector<std::string> args; |
- FilePath path("/data/user/0/org.chromium.native_tests/files/"); |
+ FilePath path("/data/user/0/org.chromium.native_test/files/"); |
ParseArgsFromCommandLineFile(path, &args); |
std::vector<char*> argv; |
ArgsToArgv(args, &argv); |