Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2403)

Unified Diff: mojo/services/catalog/builder.h

Issue 1775113003: Morph CapabilityFilter into caps::Capabilities, which supports capability classes (yet unimplemente… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@44cattests
Patch Set: . Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/services/catalog/builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/catalog/builder.h
diff --git a/mojo/services/catalog/builder.h b/mojo/services/catalog/builder.h
index 2f3e1aa322038bcb14e8cc81abd6e1a4da4f82f6..71eebf10e23f15e9e0cf0539ccd3e9671a37232d 100644
--- a/mojo/services/catalog/builder.h
+++ b/mojo/services/catalog/builder.h
@@ -15,7 +15,7 @@ namespace catalog {
Entry BuildEntry(const base::DictionaryValue& value);
-void SerializeEntry(const Entry& entry, base::DictionaryValue** value);
+scoped_ptr<base::DictionaryValue> SerializeEntry(const Entry& entry);
} // namespace catalog
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/services/catalog/builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698