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

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

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo 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/cloud_policy_controller_unittest.cc
diff --git a/chrome/browser/policy/cloud_policy_controller_unittest.cc b/chrome/browser/policy/cloud_policy_controller_unittest.cc
index f1be2a9b2766f847c3a85d66cf506fdc788e4733..81b630c95d71192aa76c30c395f458278fc77d65 100644
--- a/chrome/browser/policy/cloud_policy_controller_unittest.cc
+++ b/chrome/browser/policy/cloud_policy_controller_unittest.cc
@@ -71,7 +71,7 @@ class CloudPolicyControllerTest : public testing::Test {
}
void ExpectHasSpdyPolicy() {
- base::FundamentalValue expected(true);
+ base::BooleanValue expected(true);
const PolicyMap* policy_map = cache_->policy(
CloudPolicyCacheBase::POLICY_LEVEL_MANDATORY);
ASSERT_TRUE(Value::Equals(&expected, policy_map->Get(kPolicyDisableSpdy)));

Powered by Google App Engine
This is Rietveld 408576698