Index: shell/shell_test_base.h |
diff --git a/shell/shell_test_base.h b/shell/shell_test_base.h |
index 2ba4321cf140f6600a229218e346c2b37e4fabbe..57260ea81c1654e7493ed7c1d5379e956156ee21 100644 |
--- a/shell/shell_test_base.h |
+++ b/shell/shell_test_base.h |
@@ -36,7 +36,7 @@ class ShellTestBase : public testing::Test { |
template <typename Interface> |
void ConnectToService(const GURL& application_url, |
mojo::InterfacePtr<Interface>* ptr) { |
- mojo::InterfacePtrInfo<Interface> interface( |
+ mojo::InterfaceHandle<Interface> interface( |
ConnectToService(application_url, Interface::Name_).Pass(), 0u); |
ptr->Bind(interface.Pass()); |
} |