| Index: mojo/public/shell/lib/service.cc
|
| diff --git a/mojo/public/shell/lib/service.cc b/mojo/public/shell/lib/service.cc
|
| index 8ae0d054da29d902e13d7083f21fa28c48b85b88..f638fb2d40e99f5a6a923bad1fada853248a32d5 100644
|
| --- a/mojo/public/shell/lib/service.cc
|
| +++ b/mojo/public/shell/lib/service.cc
|
| @@ -7,6 +7,12 @@
|
| namespace mojo {
|
| namespace internal {
|
|
|
| +ServiceFactoryBase::Owner::Owner(ScopedShellHandle shell_handle)
|
| + : shell_(shell_handle.Pass(), this) {
|
| +}
|
| +
|
| +ServiceFactoryBase::Owner::~Owner() {}
|
| +
|
| ServiceFactoryBase::~ServiceFactoryBase() {}
|
|
|
| } // namespace internal
|
|
|