| Index: mojo/shell/application_manager_unittest.cc
|
| diff --git a/mojo/shell/application_manager_unittest.cc b/mojo/shell/application_manager_unittest.cc
|
| index 007756a432e0b8da0440781287ef12f37301f967..c259af817365b3065662afde231378b2caf41416 100644
|
| --- a/mojo/shell/application_manager_unittest.cc
|
| +++ b/mojo/shell/application_manager_unittest.cc
|
| @@ -245,12 +245,12 @@ class TesterContext {
|
| // Used to test that the requestor url will be correctly passed.
|
| class TestAImpl : public TestA {
|
| public:
|
| - TestAImpl(ShellConnection* app_impl,
|
| + TestAImpl(Shell* shell,
|
| TesterContext* test_context,
|
| InterfaceRequest<TestA> request,
|
| InterfaceFactory<TestC>* factory)
|
| : test_context_(test_context), binding_(this, std::move(request)) {
|
| - connection_ = app_impl->Connect(kTestBURLString);
|
| + connection_ = shell->Connect(kTestBURLString);
|
| connection_->AddInterface<TestC>(factory);
|
| connection_->GetInterface(&b_);
|
| }
|
|
|