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

Unified Diff: components/html_viewer/layout_test_html_viewer.cc

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (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/html_viewer/layout_test_html_viewer.h ('k') | components/html_viewer/media_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/layout_test_html_viewer.cc
diff --git a/components/html_viewer/layout_test_html_viewer.cc b/components/html_viewer/layout_test_html_viewer.cc
index d9a808e9a4155e35f4fc38361393102297aae028..2466496595e3f48999eb74ca64002a7b6deef9e8 100644
--- a/components/html_viewer/layout_test_html_viewer.cc
+++ b/components/html_viewer/layout_test_html_viewer.cc
@@ -45,7 +45,7 @@ void LayoutTestHTMLViewer::TestFinished() {
void LayoutTestHTMLViewer::Create(
mojo::ApplicationConnection* connection,
- mojo::InterfaceRequest<mojo::ContentHandler> request) {
+ mojo::InterfaceRequest<mojo::shell::mojom::ContentHandler> request) {
new LayoutTestContentHandlerImpl(global_state(), app(), std::move(request),
test_interfaces_.get(), &test_delegate_);
}
« no previous file with comments | « components/html_viewer/layout_test_html_viewer.h ('k') | components/html_viewer/media_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698