| Index: chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc b/chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc
|
| index e5da7fa594978d51b071000e1a6ff37fe6e72252..8d5901ff6954467b9ff61d6304e74f635d4d39c6 100644
|
| --- a/chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc
|
| @@ -51,7 +51,7 @@ class UIOverridesHandler::ManifestPermissionImpl : public ManifestPermission {
|
|
|
| scoped_ptr<base::Value> ToValue() const override {
|
| return scoped_ptr<base::Value>(
|
| - new base::FundamentalValue(override_bookmarks_ui_permission_)).Pass();
|
| + new base::FundamentalValue(override_bookmarks_ui_permission_));
|
| }
|
|
|
| ManifestPermission* Diff(const ManifestPermission* rhs) const override {
|
|
|