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

Unified Diff: components/policy/core/common/policy_loader_mac_unittest.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 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: components/policy/core/common/policy_loader_mac_unittest.cc
diff --git a/components/policy/core/common/policy_loader_mac_unittest.cc b/components/policy/core/common/policy_loader_mac_unittest.cc
index 7f3c14fa94949e6fd254d66ce9a3eeb1d709c0c2..a9d636fc0735b32e64b029efcaf2fc69cc815f57 100644
--- a/components/policy/core/common/policy_loader_mac_unittest.cc
+++ b/components/policy/core/common/policy_loader_mac_unittest.cc
@@ -199,7 +199,7 @@ TEST_F(PolicyLoaderMacTest, TestNonForcedValue) {
expected_bundle.Get(PolicyNamespace(POLICY_DOMAIN_CHROME, std::string()))
.Set(test_keys::kKeyString, POLICY_LEVEL_RECOMMENDED, POLICY_SCOPE_USER,
POLICY_SOURCE_PLATFORM,
- base::MakeUnique<base::StringValue>("string value"), nullptr);
+ base::MakeUnique<base::Value>("string value"), nullptr);
EXPECT_TRUE(provider_->policies().Equals(expected_bundle));
}

Powered by Google App Engine
This is Rietveld 408576698