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

Unified Diff: chrome/browser/policy/configuration_policy_provider_mac_unittest.cc

Issue 7647026: base: Add three helper functions to Values API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a typo Ceate -> Create Created 9 years, 4 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/policy/configuration_policy_provider_mac_unittest.cc
diff --git a/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc b/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc
index 512307f11c38b0fa0b25302ee69238a56078d83f..6eff517536e336c4727d01d9db3dc74bd1210c3a 100644
--- a/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc
@@ -103,7 +103,7 @@ class PolicyTestParams {
static PolicyTestParams ForBooleanPolicy(
ConfigurationPolicyType type,
const char* name) {
- return PolicyTestParams(type, name, Value::CreateBooleanValue(true));
+ return PolicyTestParams(type, name, base::TrueValue());
}
static PolicyTestParams ForIntegerPolicy(
ConfigurationPolicyType type,

Powered by Google App Engine
This is Rietveld 408576698