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

Unified Diff: components/mus/view_tree_apptest.cc

Issue 1345783002: Updates mojo:view_manager -> mojo:mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « components/mus/public/cpp/lib/view_tree_host_factory.cc ('k') | components/pdf_viewer/pdf_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/view_tree_apptest.cc
diff --git a/components/mus/view_tree_apptest.cc b/components/mus/view_tree_apptest.cc
index 22b01d78591016cfcc17be1f68076e8cd1c53765..c6544ab97625649ab79cfeefa5b762cb29485f51 100644
--- a/components/mus/view_tree_apptest.cc
+++ b/components/mus/view_tree_apptest.cc
@@ -513,7 +513,7 @@ class ViewTreeAppTest : public mojo::test::ApplicationTestBase,
ApplicationTestBase::SetUp();
client_factory_.reset(new ViewTreeClientFactory(application_impl()));
mojo::URLRequestPtr request(mojo::URLRequest::New());
- request->url = mojo::String::From("mojo:view_manager");
+ request->url = mojo::String::From("mojo:mus");
mojo::ViewTreeHostFactoryPtr factory;
application_impl()->ConnectToService(request.Pass(), &factory);
« no previous file with comments | « components/mus/public/cpp/lib/view_tree_host_factory.cc ('k') | components/pdf_viewer/pdf_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698