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

Unified Diff: sql/mojo/sql_test_base.cc

Issue 1687693002: Rename ConnectToService to ConnectToInterface() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sp2
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/standalone/shell_apptest.cc ('k') | sql/mojo/vfs_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/mojo/sql_test_base.cc
diff --git a/sql/mojo/sql_test_base.cc b/sql/mojo/sql_test_base.cc
index ab37af25eaa44b27e50ef3df8eee0f5eab1f0a52..baecd048f1d135e3f22068be3774af9ca931614a 100644
--- a/sql/mojo/sql_test_base.cc
+++ b/sql/mojo/sql_test_base.cc
@@ -137,7 +137,7 @@ void SQLTestBase::TruncateDatabase() {
void SQLTestBase::SetUp() {
ApplicationTestBase::SetUp();
- shell()->ConnectToService("mojo:filesystem", &files_);
+ shell()->ConnectToInterface("mojo:filesystem", &files_);
filesystem::FileError error = filesystem::FileError::FAILED;
filesystem::DirectoryPtr directory;
« no previous file with comments | « mojo/shell/standalone/shell_apptest.cc ('k') | sql/mojo/vfs_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698