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

Unified Diff: mojo/public/cpp/bindings/tests/versioning_apptest.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 | « media/test/pipeline_integration_test.cc ('k') | services/image_decoder/public/cpp/decode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/versioning_apptest.cc
diff --git a/mojo/public/cpp/bindings/tests/versioning_apptest.cc b/mojo/public/cpp/bindings/tests/versioning_apptest.cc
index 89fd88a3e904ab2742c949c5d9a21ef2d21475bd..95a89c0114bf44d0fdef4d0eccd7cda243e0a96c 100644
--- a/mojo/public/cpp/bindings/tests/versioning_apptest.cc
+++ b/mojo/public/cpp/bindings/tests/versioning_apptest.cc
@@ -24,8 +24,7 @@ class VersioningApplicationTest : public ApplicationTestBase {
void SetUp() override {
ApplicationTestBase::SetUp();
- connector()->ConnectToInterface("versioning_test_service",
- &database_);
+ connector()->BindInterface("versioning_test_service", &database_);
}
HumanResourceDatabasePtr database_;
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | services/image_decoder/public/cpp/decode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698