summaryrefslogtreecommitdiffstats
path: root/mojo/services/catalog/catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/services/catalog/catalog.h')
-rw-r--r--mojo/services/catalog/catalog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mojo/services/catalog/catalog.h b/mojo/services/catalog/catalog.h
index dd0e53a..e4bc6a5 100644
--- a/mojo/services/catalog/catalog.h
+++ b/mojo/services/catalog/catalog.h
@@ -76,7 +76,8 @@ class Catalog : public mojom::Resolver,
void SerializeCatalog();
// Construct a catalog entry from |dictionary|.
- const Entry& DeserializeApplication(const base::DictionaryValue* dictionary);
+ scoped_ptr<Entry> DeserializeApplication(
+ const base::DictionaryValue* dictionary);
GURL GetManifestURL(const std::string& name);