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

Unified Diff: components/html_viewer/ax_provider_apptest.cc

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 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 | « components/font_service/font_service_app.cc ('k') | components/html_viewer/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/font_service/font_service_app.cc ('k') | components/html_viewer/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698