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

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

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years 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_core_unittest.cc
diff --git a/chrome/browser/policy/cloud_policy_core_unittest.cc b/chrome/browser/policy/cloud_policy_core_unittest.cc
index 0080cbff602a31a4030405a218e6585a46abaddf..08908b775553c284d63a71c1f203e815404f7c2c 100644
--- a/chrome/browser/policy/cloud_policy_core_unittest.cc
+++ b/chrome/browser/policy/cloud_policy_core_unittest.cc
@@ -25,7 +25,7 @@ class CloudPolicyCoreTest : public testing::Test {
MessageLoop loop_;
- TestingPrefService prefs_;
+ TestingPrefServiceSimple prefs_;
MockCloudPolicyStore store_;
CloudPolicyCore core_;

Powered by Google App Engine
This is Rietveld 408576698