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

Unified Diff: services/window_manager/window_manager_api_unittest.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 | « no previous file | shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/window_manager_api_unittest.cc
diff --git a/services/window_manager/window_manager_api_unittest.cc b/services/window_manager/window_manager_api_unittest.cc
index 544286b9c12734352b4be8e11d90b6cab2c9adbd..a8f8d6a452410095ab4a100fa8c42bae67919205 100644
--- a/services/window_manager/window_manager_api_unittest.cc
+++ b/services/window_manager/window_manager_api_unittest.cc
@@ -178,8 +178,8 @@ class WindowManagerApiTest : public testing::Test {
void SetUp() override {
test_helper_.reset(new mojo::shell::ShellTestHelper);
test_helper_->Init();
- test_helper_->AddCustomMapping(GURL("mojo:window_manager"),
- GURL("mojo:core_window_manager"));
+ test_helper_->AddURLMapping(GURL("mojo:window_manager"),
+ GURL("mojo:core_window_manager"));
test_helper_->SetLoaderForURL(
scoped_ptr<mojo::ApplicationLoader>(
new TestApplicationLoader(base::Bind(
« no previous file with comments | « no previous file | shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698