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

Unified Diff: services/ui/clipboard/clipboard_unittest.cc

Issue 2617883002: Add a new BindInterface() method to Connector. (Closed)
Patch Set: . Created 3 years, 11 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 | « services/tracing/public/cpp/provider.cc ('k') | services/ui/demo/mus_demo_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/clipboard/clipboard_unittest.cc
diff --git a/services/ui/clipboard/clipboard_unittest.cc b/services/ui/clipboard/clipboard_unittest.cc
index 542c59a348d2113e213054e88f84bc243a8c1749..676c5858de335ff21853d82e28de8a213bb0c4bd 100644
--- a/services/ui/clipboard/clipboard_unittest.cc
+++ b/services/ui/clipboard/clipboard_unittest.cc
@@ -36,7 +36,7 @@ class ClipboardAppTest : public service_manager::test::ServiceTest {
void SetUp() override {
ServiceTest::SetUp();
- connector()->ConnectToInterface(ui::mojom::kServiceName, &clipboard_);
+ connector()->BindInterface(ui::mojom::kServiceName, &clipboard_);
ASSERT_TRUE(clipboard_);
}
« no previous file with comments | « services/tracing/public/cpp/provider.cc ('k') | services/ui/demo/mus_demo_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698