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

Unified Diff: mojo/runner/shell_test_base_android.cc

Issue 1115463002: Fix mojo and mandoline android build breaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude mandoline target on android for now; fix GN targets. Created 5 years, 8 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 | « mojo/runner/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()))));
}
« no previous file with comments | « mojo/runner/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698