Index: components/html_viewer/html_frame.cc |
diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc |
index dfa183f3beb9556d4ee8167f2029b3b241cdd763..a2349453ee200c7d2f578a62cdface532fac893c 100644 |
--- a/components/html_viewer/html_frame.cc |
+++ b/components/html_viewer/html_frame.cc |
@@ -593,7 +593,7 @@ void HTMLFrame::didChangeContents() { |
void HTMLFrame::initializeLayerTreeView() { |
mojo::URLRequestPtr request(mojo::URLRequest::New()); |
- request->url = mojo::String::From("mojo:surfaces_service"); |
+ request->url = mojo::String::From("mojo:view_manager"); |
mojo::SurfacePtr surface; |
GetLocalRootApp()->ConnectToService(request.Pass(), &surface); |