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

Unified Diff: chrome/browser/extensions/menu_manager.h

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
Index: chrome/browser/extensions/menu_manager.h
diff --git a/chrome/browser/extensions/menu_manager.h b/chrome/browser/extensions/menu_manager.h
index 5b858d822c90ebf2d138d277758bad107028286a..ec9f8a428bb45db83c7de0965240a51ef047e3e8 100644
--- a/chrome/browser/extensions/menu_manager.h
+++ b/chrome/browser/extensions/menu_manager.h
@@ -145,7 +145,7 @@ class MenuItem {
std::unique_ptr<base::Value> ToValue() const {
return std::unique_ptr<base::Value>(
- new base::FundamentalValue(static_cast<int>(value_)));
+ new base::Value(static_cast<int>(value_)));
}
bool Populate(const base::Value& value) {
« no previous file with comments | « chrome/browser/extensions/launch_util.cc ('k') | chrome/browser/extensions/scripting_permissions_modifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698