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

Unified Diff: device/devices_app/devices_apptest.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 | « content/renderer/render_frame_impl.cc ('k') | mash/browser_driver/browser_driver_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/devices_app/devices_apptest.cc
diff --git a/device/devices_app/devices_apptest.cc b/device/devices_app/devices_apptest.cc
index 6929e85058bd8da6db8115e7d4a2263516d1731b..1ac56aeb404f1ea94b8348ae9ef313828223ae52 100644
--- a/device/devices_app/devices_apptest.cc
+++ b/device/devices_app/devices_apptest.cc
@@ -22,7 +22,7 @@ class DevicesAppTest : public mojo::test::ApplicationTestBase {
void SetUp() override {
ApplicationTestBase::SetUp();
- shell()->ConnectToService("mojo:devices", &usb_device_manager_);
+ shell()->ConnectToInterface("mojo:devices", &usb_device_manager_);
}
usb::DeviceManager* usb_device_manager() { return usb_device_manager_.get(); }
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | mash/browser_driver/browser_driver_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698