| Index: mojo/shell/public/cpp/interface_factory.h
|
| diff --git a/mojo/shell/public/cpp/interface_factory.h b/mojo/shell/public/cpp/interface_factory.h
|
| index 7f8f26effe5d7dbe1b3e6aa4298e58222bf146e9..7edf0008c45cc951e60f46bc63c80d7bc1721f55 100644
|
| --- a/mojo/shell/public/cpp/interface_factory.h
|
| +++ b/mojo/shell/public/cpp/interface_factory.h
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace mojo {
|
|
|
| -class ApplicationConnection;
|
| +class Connection;
|
| template <typename Interface>
|
| class InterfaceRequest;
|
|
|
| @@ -21,7 +21,7 @@ template <typename Interface>
|
| class InterfaceFactory {
|
| public:
|
| virtual ~InterfaceFactory() {}
|
| - virtual void Create(ApplicationConnection* connection,
|
| + virtual void Create(Connection* connection,
|
| InterfaceRequest<Interface> request) = 0;
|
| };
|
|
|
|
|