| Index: components/html_viewer/ax_provider_apptest.cc
|
| diff --git a/components/html_viewer/ax_provider_apptest.cc b/components/html_viewer/ax_provider_apptest.cc
|
| index d53d271ef0309bad87d7b696e5bac2b4b8427e30..05064184fada9e58dbd5a2d5d32d4c5c95876f01 100644
|
| --- a/components/html_viewer/ax_provider_apptest.cc
|
| +++ b/components/html_viewer/ax_provider_apptest.cc
|
| @@ -82,7 +82,7 @@ TEST_F(AXProviderTest, HelloWorld) {
|
| ASSERT_TRUE(server.Start());
|
|
|
| // Connect to the URL through the mojo:html_viewer content handler.
|
| - scoped_ptr<ApplicationConnection> connection =
|
| + scoped_ptr<Connection> connection =
|
| shell()->ConnectToApplication(server.GetURL("/test.html").spec());
|
|
|
| // Embed the html_viewer in a Window.
|
|
|