| Index: mojo/services/catalog/factory.h
|
| diff --git a/mojo/services/catalog/factory.h b/mojo/services/catalog/factory.h
|
| index 758d9da8e81ddf7cccf8d7a7c3e56c47a32f5438..3e2a563e924deb72e07df7bb9aec56479730c1e7 100644
|
| --- a/mojo/services/catalog/factory.h
|
| +++ b/mojo/services/catalog/factory.h
|
| @@ -30,6 +30,7 @@ class ShellConnection;
|
| namespace catalog {
|
|
|
| class Catalog;
|
| +class Reader;
|
| class Store;
|
|
|
| // Creates and owns an instance of the catalog. Exposes a ShellClientPtr that
|
| @@ -71,6 +72,7 @@ class Factory
|
|
|
| std::map<std::string, scoped_ptr<Catalog>> catalogs_;
|
|
|
| + scoped_ptr<Reader> system_reader_;
|
| EntryCache system_catalog_;
|
|
|
| base::WeakPtrFactory<Factory> weak_factory_;
|
|
|