summaryrefslogtreecommitdiffstats
path: root/extensions/utility/unpacker.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/utility/unpacker.h')
-rw-r--r--extensions/utility/unpacker.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/utility/unpacker.h b/extensions/utility/unpacker.h
index 7e5a7e4..eaffc7b 100644
--- a/extensions/utility/unpacker.h
+++ b/extensions/utility/unpacker.h
@@ -55,8 +55,7 @@ class Unpacker {
bool DumpMessageCatalogsToFile();
// Parse the manifest.json file inside the extension (not in the header).
- // Caller takes ownership of return value.
- base::DictionaryValue* ReadManifest();
+ scoped_ptr<base::DictionaryValue> ReadManifest();
// Parse all _locales/*/messages.json files inside the extension.
bool ReadAllMessageCatalogs(const std::string& default_locale);