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

Unified Diff: mojo/shell/public/cpp/lib/application_test_base.cc

Issue 1686223002: Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « mojo/shell/public/cpp/connection.h ('k') | mojo/shell/public/cpp/lib/connection_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/lib/application_test_base.cc
diff --git a/mojo/shell/public/cpp/lib/application_test_base.cc b/mojo/shell/public/cpp/lib/application_test_base.cc
index 034469d45276ce1f7323eec3b4ebf536917ac575..7a8fec7b378a0d86f484434406f145ae96166902 100644
--- a/mojo/shell/public/cpp/lib/application_test_base.cc
+++ b/mojo/shell/public/cpp/lib/application_test_base.cc
@@ -51,12 +51,13 @@ class ShellGrabber : public shell::mojom::ShellClient {
g_shell = std::move(shell);
}
- void AcceptConnection(const String& requestor_url,
- uint32_t requestor_id,
- InterfaceRequest<InterfaceProvider> local_interfaces,
- InterfaceProviderPtr remote_interfaces,
- Array<String> allowed_interfaces,
- const String& url) override {
+ void AcceptConnection(
+ const String& requestor_url,
+ uint32_t requestor_id,
+ shell::mojom::InterfaceProviderRequest local_interfaces,
+ shell::mojom::InterfaceProviderPtr remote_interfaces,
+ Array<String> allowed_interfaces,
+ const String& url) override {
MOJO_CHECK(false);
}
« no previous file with comments | « mojo/shell/public/cpp/connection.h ('k') | mojo/shell/public/cpp/lib/connection_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698