| Index: mojo/services/catalog/catalog.h
|
| diff --git a/mojo/services/catalog/catalog.h b/mojo/services/catalog/catalog.h
|
| index dd0e53a7ed9a07808aa289bfdd5f901c9d57fc3b..274a644a7180b4320029e3c7fbc573a4be81c157 100644
|
| --- a/mojo/services/catalog/catalog.h
|
| +++ b/mojo/services/catalog/catalog.h
|
| @@ -76,7 +76,9 @@ class Catalog : public mojom::Resolver,
|
| void SerializeCatalog();
|
|
|
| // Construct a catalog entry from |dictionary|.
|
| - const Entry& DeserializeApplication(const base::DictionaryValue* dictionary);
|
| + Entry::DeserializeResult DeserializeApplication(
|
| + const base::DictionaryValue* dictionary,
|
| + Entry* out_entry);
|
|
|
| GURL GetManifestURL(const std::string& name);
|
|
|
|
|