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

Unified Diff: shell/shell_test_base_android.cc

Issue 868283006: Rename MojoURLResolver to URLResolver (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix test Created 5 years, 10 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 | « shell/shell_test_base.cc ('k') | shell/shell_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/shell_test_base_android.cc
diff --git a/shell/shell_test_base_android.cc b/shell/shell_test_base_android.cc
index 4f4a6c7a9aa9f712d2ecc9e020b4a9833b79610e..493ccbf5725282159beb1bd95ba5b479b9b7f777 100644
--- a/shell/shell_test_base_android.cc
+++ b/shell/shell_test_base_android.cc
@@ -37,7 +37,7 @@ void ShellTestBase::SetUpTestApplications() {
base::android::ScopedJavaLocalRef<jstring> service_dir(
Java_ShellTestBase_extractMojoApplications(
env, base::android::GetApplicationContext()));
- shell_context_.mojo_url_resolver()->SetBaseURL(
+ shell_context_.url_resolver()->SetMojoBaseURL(
FilePathToFileURL(base::FilePath(
base::android::ConvertJavaStringToUTF8(env, service_dir.obj()))));
}
« no previous file with comments | « shell/shell_test_base.cc ('k') | shell/shell_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698