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

Unified Diff: components/login/base_screen_handler_utils.h

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month 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: components/login/base_screen_handler_utils.h
diff --git a/components/login/base_screen_handler_utils.h b/components/login/base_screen_handler_utils.h
index 1fe237f7ebb8f3f627f9691a567e1ae53576d1aa..e6a6e645edd94de0e24a3811b1c13260bc943a5a 100644
--- a/components/login/base_screen_handler_utils.h
+++ b/components/login/base_screen_handler_utils.h
@@ -53,9 +53,9 @@ inline bool GetArg(const base::ListValue* args, size_t index, T* out_value) {
return ParseValue(value, out_value);
}
-base::FundamentalValue LOGIN_EXPORT MakeValue(bool v);
-base::FundamentalValue LOGIN_EXPORT MakeValue(int v);
-base::FundamentalValue LOGIN_EXPORT MakeValue(double v);
+base::Value LOGIN_EXPORT MakeValue(bool v);
+base::Value LOGIN_EXPORT MakeValue(int v);
+base::Value LOGIN_EXPORT MakeValue(double v);
base::StringValue LOGIN_EXPORT MakeValue(const std::string& v);
base::StringValue LOGIN_EXPORT MakeValue(const base::string16& v);
base::StringValue LOGIN_EXPORT MakeValue(const AccountId& v);
« no previous file with comments | « components/json_schema/json_schema_validator_unittest_base.cc ('k') | components/login/base_screen_handler_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698