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

Unified Diff: chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc

Issue 2666093002: Remove base::FundamentalValue (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « chrome/browser/ui/webui/welcome_win10_handler.cc ('k') | chrome/common/extensions/manifest_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4566738f82cbbbca5778f81191e7a0eb8d93463b..78f59628df7a85d4b299359a7418c1e99018ba0b 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 {
std::unique_ptr<base::Value> ToValue() const override {
return std::unique_ptr<base::Value>(
- new base::FundamentalValue(override_bookmarks_ui_permission_));
+ new base::Value(override_bookmarks_ui_permission_));
}
ManifestPermission* Diff(const ManifestPermission* rhs) const override {
« no previous file with comments | « chrome/browser/ui/webui/welcome_win10_handler.cc ('k') | chrome/common/extensions/manifest_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698