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

Unified Diff: mojo/services/window_manager/window_manager_api_unittest.cc

Issue 701933004: Change mojo url to always use mojo:foo instead of mojo://foo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 6 years, 1 month 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/apps/js/main.js ('k') | mojo/shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/window_manager_api_unittest.cc
diff --git a/mojo/services/window_manager/window_manager_api_unittest.cc b/mojo/services/window_manager/window_manager_api_unittest.cc
index 47f4d5c506d769652b928fb960d9d3d43e69cdf9..f8e83252b16ab0ed475ede502b65a0c2fa602cd2 100644
--- a/mojo/services/window_manager/window_manager_api_unittest.cc
+++ b/mojo/services/window_manager/window_manager_api_unittest.cc
@@ -182,7 +182,7 @@ class WindowManagerApiTest : public testing::Test {
test_helper_.reset(new shell::ShellTestHelper);
test_helper_->Init();
test_helper_->AddCustomMapping(GURL("mojo:window_manager"),
- GURL("mojo://core_window_manager"));
+ GURL("mojo:core_window_manager"));
test_helper_->SetLoaderForURL(
scoped_ptr<ApplicationLoader>(new TestApplicationLoader(base::Bind(
&WindowManagerApiTest::OnRootAdded, base::Unretained(this)))),
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698