Index: mojo/runner/shell_test_base_android.cc |
diff --git a/mojo/runner/shell_test_base_android.cc b/mojo/runner/shell_test_base_android.cc |
index 80e84fdb4289a2f9f66f26f23e45b0d56af9355c..83f19ada9285abb8f32ea8117d7b907fe7f8065b 100644 |
--- a/mojo/runner/shell_test_base_android.cc |
+++ b/mojo/runner/shell_test_base_android.cc |
@@ -38,7 +38,7 @@ void ShellTestBase::SetUpTestApplications() { |
Java_ShellTestBase_extractMojoApplications( |
env, base::android::GetApplicationContext())); |
shell_context_.url_resolver()->SetMojoBaseURL( |
- FilePathToFileURL(base::FilePath( |
+ mojo::util::FilePathToFileURL(base::FilePath( |
base::android::ConvertJavaStringToUTF8(env, service_dir.obj())))); |
} |